Allowing compilation of Windows version by removing DLL decorations from deprecated...
[freeglut] / autogen.sh
index a5f48af..e095474 100755 (executable)
@@ -1,6 +1,7 @@
-set  -x                      &&
-autoheader                   &&
-aclocal                      &&
-libtoolize  --copy  --force  &&
-automake  --add-missing      &&
+#! /bin/sh
+set -e
+aclocal
+autoheader
+libtoolize --copy --force
+automake --add-missing -Wall
 autoconf