summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-31 17:34:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-31 17:34:38 +0000
commit74c1b5325672b0baea88807e02ee56900dcd9515 (patch)
treea4dd0bb59c9450dae0dec3b793825a21285fd482 /autogen.sh
parent20887fa14862521164a5d2242bb639be27283e5e (diff)
downloadglib-74c1b5325672b0baea88807e02ee56900dcd9515.tar.gz
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-xautogen.sh5
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 $?