summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-31 17:38:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-31 17:38:43 +0000
commita1e44d5d6764efc208c78d359007519d0ad3eecc (patch)
treeb470a1b8b6d81f542775a351968fd47a83b19d64 /autogen.sh
parent6e6067d951567cbba1531d28f0945cc9ef656d10 (diff)
downloadgtk+-a1e44d5d6764efc208c78d359007519d0ad3eecc.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 10a7fdad97..a276979199 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 $?