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 /autogen.sh | |
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)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 $? |