Touch README and INSTALL here to pacify automake. (#329124, Kjartan

2006-01-31  Matthias Clasen  <mclasen@redhat.com>

	* autogen.sh: Touch README and INSTALL here to pacify
	automake.  (#329124, Kjartan Maraas, Tim Janik)
This commit is contained in:
Matthias Clasen 2006-01-31 17:38:43 +00:00 committed by Matthias Clasen
parent 6e6067d951
commit a1e44d5d67
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-01-31 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Touch README and INSTALL here to pacify
automake. (#329124, Kjartan Maraas, Tim Janik)
2006-01-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:

View File

@ -1,3 +1,8 @@
2006-01-31 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Touch README and INSTALL here to pacify
automake. (#329124, Kjartan Maraas, Tim Janik)
2006-01-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:

View File

@ -93,6 +93,11 @@ fi
rm -rf autom4te.cache
# README and INSTALL are required by automake, but may be deleted by clean
# up rules. to get automake to work, simply touch these here, they will be
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
$ACLOCAL $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?