diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-01-31 17:34:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-31 17:34:38 +0000 |
commit | 74c1b5325672b0baea88807e02ee56900dcd9515 (patch) | |
tree | a4dd0bb59c9450dae0dec3b793825a21285fd482 | |
parent | 20887fa14862521164a5d2242bb639be27283e5e (diff) |
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)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 5 | ||||
-rwxr-xr-x | autogen.sh | 5 |
4 files changed, 20 insertions, 0 deletions
@@ -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, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8d0b29c64..18bc9b7be 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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, diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 8d0b29c64..18bc9b7be 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -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, diff --git a/autogen.sh b/autogen.sh index cd2f89ca1..a9baabfd1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 $? |