aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 96fb4e9..175f134 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,13 +1,12 @@
#!/bin/sh
+set -x
+
rm -f config.cache
mkdir -p build
-echo "Looking in current directory for macros."
aclocal -I .
-echo "Adding missing files."
automake --add-missing --force-missing
-echo "Autoconf, Autoheader, Automake"
autoconf
autoheader
automake --foreign --add-missing --force-missing --copy