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:
parent
95c77b4033
commit
e1101f9fc0
|
@ -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@
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
autoconf
|
||||
autoheader
|
||||
rm -rf autom4te.cache # evil
|
Loading…
Reference in New Issue