summaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-30 11:54:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-30 11:54:57 +0000
commit61c434273654048462873c031eda027dd4acd549 (patch)
treec95c5437fca5859965d9a1719598964530923f2e /reconf
parent216b1984948d4ad4c7743440e0cadc12bc385618 (diff)
downloadcurl-61c434273654048462873c031eda027dd4acd549.tar.gz
7.2 cleanup commitcurl-7_2
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"