Allowing compilation of Windows version by removing DLL decorations from deprecated...
[freeglut] / autogen.sh
index d0d1d98..e095474 100755 (executable)
@@ -1,12 +1,7 @@
-#!/bin/sh
-#
-echo "Generating build information using aclocal, automake and autoconf"
-echo "This may take a while ..."
-
+#! /bin/sh
+set -e
 aclocal
 autoheader
-libtoolize  --copy  --force
-automake  --add-missing
+libtoolize --copy --force
+automake --add-missing -Wall
 autoconf
-
-echo "Now you are ready to run ./configure"