diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-01-31 17:38:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-31 17:38:43 +0000 |
commit | a1e44d5d6764efc208c78d359007519d0ad3eecc (patch) | |
tree | b470a1b8b6d81f542775a351968fd47a83b19d64 /autogen.sh | |
parent | 6e6067d951567cbba1531d28f0945cc9ef656d10 (diff) | |
download | gtk+-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-x | autogen.sh | 5 |
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 $? |