aboutsummaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'reconf')
-rwxr-xr-xreconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/reconf b/reconf
index 39405b006..43e55cdb5 100755
--- a/reconf
+++ b/reconf
@@ -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"