diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |