5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal -I src/missing/m4 \
|
|
&& automake --add-missing \
|
|
&& autoconf && autoheader
|