mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
2002-08-18 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4"
This commit is contained in:
parent
9e033ba9aa
commit
878a5f498d
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-08-18 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
|
||||
both automake 1.6 and 1.4 installed get the right automake. Means
|
||||
compilation from CVS will now require the latest automake 1.4
|
||||
release, or manually creating symlinks called "automake-1.4" and
|
||||
"aclocal-1.4"
|
||||
|
||||
2002-08-10 Gustavo Noronha Silva <kov@debian.org>
|
||||
|
||||
* configure.in: added pt_BR to ALL_LINGUAS
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
}
|
||||
|
||||
have_automake=false
|
||||
if automake --version < /dev/null > /dev/null 2>&1 ; then
|
||||
if automake-1.4 --version < /dev/null > /dev/null 2>&1 ; then
|
||||
automake_version=`automake --version | grep 'automake (GNU automake)' | sed 's/^[^0-9]*\(.*\)/\1/'`
|
||||
case $automake_version in
|
||||
1.2*|1.3*|1.4)
|
||||
@ -76,12 +76,12 @@ case $CC in
|
||||
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
|
||||
esac
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
aclocal-1.4 $ACLOCAL_FLAGS
|
||||
|
||||
# optionally feature autoheader
|
||||
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
|
||||
|
||||
automake -a $am_opt
|
||||
automake-1.4 -a $am_opt
|
||||
autoconf
|
||||
cd $ORIGDIR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user