wesnoth/autogen.sh
Jon Daniel fe28bbb8f7 add a .cvsignore file...
...ignoring everything in autom4te.cache after running autotools
2005-01-29 14:15:50 +00:00

8 lines
113 B
Bash
Executable File

#! /bin/sh
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
echo "*" > autom4te.cache/.cvsignore