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:34:38 +00:00 committed by Matthias Clasen
parent 20887fa148
commit 74c1b53256
4 changed files with 20 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)
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,

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)
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,

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)
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,

View File

@ -74,6 +74,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 $?