add a autogen.sh, ignore it during make dist

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@312 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-18 21:39:06 +00:00
parent 95c77b4033
commit e1101f9fc0
2 changed files with 6 additions and 1 deletions

View 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@

5
autogen.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
autoconf
autoheader
rm -rf autom4te.cache # evil