]> skyeroc.xyz Git - dgamelaunch/commitdiff
autogen
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:40:18 +0000 (21:40 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:40:18 +0000 (21:40 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@313 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

autogen.sh

index e96044f9b637fa2e020a06a7c131c9c00122652e..7fb4e44ae52cbd892cfb5f222e724376b5abe5d4 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+echo "Generating configuration files..."
+echo
+
 autoconf
 autoheader
 rm -rf autom4te.cache # evil
+./configure "$@"