7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal-1.10 -I m4 \
|
|
&& autoheader \
|
|
&& automake-1.10 --gnu --add-missing \
|
|
&& autoconf
|