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)
This commit is contained in:
parent
6e6067d951
commit
a1e44d5d67
@ -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)
|
||||||
|
|
||||||
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk.symbols:
|
* gtk/gtk.symbols:
|
||||||
|
@ -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)
|
||||||
|
|
||||||
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk.symbols:
|
* gtk/gtk.symbols:
|
||||||
|
@ -93,6 +93,11 @@ fi
|
|||||||
|
|
||||||
rm -rf autom4te.cache
|
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 $?
|
$ACLOCAL $ACLOCAL_FLAGS || exit $?
|
||||||
|
|
||||||
libtoolize --force || exit $?
|
libtoolize --force || exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user