mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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
20887fa148
commit
74c1b53256
@ -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)
|
||||||
|
|
||||||
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
||||||
|
@ -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)
|
||||||
|
|
||||||
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
||||||
|
@ -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)
|
||||||
|
|
||||||
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
Tue Jan 31 16:45:03 2006 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
* glib/gdataset.c: carry out all dtalist pointer accesses atomically,
|
||||||
|
@ -74,6 +74,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