Set AUTOMAKE_OPTIONS = foreign.

This makes it possible to remove README hack in autogen.sh, and
empty NEWS and obsolete ChangeLog.

SVN revision: 47209
This commit is contained in:
Kim Woelders 2010-03-14 15:24:50 +00:00
parent 29171b9f12
commit ac9de4ffb0
4 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
Tue Aug 31 11:46:49 JST 2004
(Raster)
Up to 1.1.2 to match imlib2 main release
_______________________________________________

View File

@ -1,3 +1,5 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \

0
NEWS
View File

View File

@ -3,8 +3,6 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
touch README
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1