summaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'reconf')
-rwxr-xr-xreconf9
1 files changed, 4 insertions, 5 deletions
diff --git a/reconf b/reconf
index 8d29a075b..fb48aa3e8 100755
--- a/reconf
+++ b/reconf
@@ -9,8 +9,7 @@ die(){
echo "$@" ; exit
}
-aclocal || die "ahhhhh"
-autoheader || die "ahhhhh"
-automake || die "ahhhhh"
-autoconf || die "ahhhhh"
-
+aclocal -I . || die "ahhhhh"
+autoheader || die "ahhhhh"
+automake || die "ahhhhh"
+autoconf || die "ahhhhh"