]> skyeroc.xyz Git - dgamelaunch/commitdiff
add a autogen.sh, ignore it during make dist
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:39:06 +0000 (21:39 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:39:06 +0000 (21:39 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@312 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile.in
autogen.sh [new file with mode: 0755]

index bfdcbb0d09a968f81d70bbee13fb1e1cefbb5759..3403990a828b2ff36ed7b2a8acdb563555ccb3f6 100644 (file)
@@ -1,7 +1,7 @@
 NAME = @PACKAGE_NAME@
 VERSION = @PACKAGE_VERSION@
 
-exclusions = CVS .svn .cvsignore tags
+exclusions = CVS .svn .cvsignore tags autogen.sh
 prefix = @prefix@
 sbindir = @sbindir@
 mandir = @mandir@
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..e96044f
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+autoconf
+autoheader
+rm -rf autom4te.cache # evil