mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Use automake 1.9
svn path=/trunk/; revision=5814
This commit is contained in:
parent
1af98f9196
commit
5c971cb504
@ -1,4 +1,6 @@
|
|||||||
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
2007-11-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* autogen.sh: Use automake 1.9
|
||||||
|
|
||||||
* acinclude.m4:
|
* acinclude.m4:
|
||||||
* configure.in: Move some inter-*.m4 includes from
|
* configure.in: Move some inter-*.m4 includes from
|
||||||
|
@ -45,12 +45,12 @@ fi
|
|||||||
DIE=1
|
DIE=1
|
||||||
}
|
}
|
||||||
|
|
||||||
if automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
|
if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
AUTOMAKE=automake-1.7
|
AUTOMAKE=automake-1.9
|
||||||
ACLOCAL=aclocal-1.7
|
ACLOCAL=aclocal-1.9
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "You must have automake 1.7.x installed to compile $PROJECT."
|
echo "You must have automake 1.9.x installed to compile $PROJECT."
|
||||||
echo "Install the appropriate package for your distribution,"
|
echo "Install the appropriate package for your distribution,"
|
||||||
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
|
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
|
||||||
DIE=1
|
DIE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user