diff options
Diffstat (limited to 'reconf')
-rwxr-xr-x | reconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ die(){ echo "$@" ; exit } -aclocal -I . || die "The command 'aclocal -I .' failed" +aclocal -I . -I m4 || die "The command 'aclocal -I . -I m4' failed" autoheader || die "The command 'autoheader' failed" automake || die "The command 'automake' failed" autoconf || die "The command 'autoconf' failed" |