summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 78e0028..a871f25 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,9 +6,8 @@
# can now be used...
#
-test -d config || mkdir config
set -x
-aclocal -I config \
+aclocal \
&& autoheader \
&& automake --gnu --add-missing \
&& autoconf