Mercurial > gftp.yaz
changeset 888:6032e7cfba5c
2007-3-12 Brian Masney <masneyb@gftp.org>
* configure.in po/LINGUAS - moved ALL_LINGUAS variable to the
po/LINGUAS file.
* autogen.sh - updated the flags for the call to aclocal.
author | masneyb |
---|---|
date | Tue, 13 Mar 2007 02:28:09 +0000 |
parents | dd3e5fa64b6a |
children | 170774fe6efd |
files | ChangeLog autogen.sh configure.in po/LINGUAS |
diffstat | 4 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 13 02:26:11 2007 +0000 +++ b/ChangeLog Tue Mar 13 02:28:09 2007 +0000 @@ -1,4 +1,9 @@ 2007-3-12 Brian Masney <masneyb@gftp.org> + * configure.in po/LINGUAS - moved ALL_LINGUAS variable to the + po/LINGUAS file. + + * autogen.sh - updated the flags for the call to aclocal. + * m4/largefile.m4 - added more quoting to the macros in this file. It fixes errors from aclocal.
--- a/autogen.sh Tue Mar 13 02:26:11 2007 +0000 +++ b/autogen.sh Tue Mar 13 02:28:09 2007 +0000 @@ -73,6 +73,7 @@ echo "$GETTEXTIZE $GETTEXTIZE_FLAGS" $GETTEXTIZE $GETTEXTIZE_FLAGS +ACLOCAL_FLAGS="-I m4" echo "$ACLOCAL $ACLOCAL_FLAGS" $ACLOCAL $ACLOCAL_FLAGS
--- a/configure.in Tue Mar 13 02:26:11 2007 +0000 +++ b/configure.in Tue Mar 13 02:28:09 2007 +0000 @@ -28,8 +28,7 @@ AC_SUBST(VERSION) AC_SUBST(PREFIX) -ALL_LINGUAS="am ar az be bg bn ca cs da de dz el en_CA en_GB es fi fr ga gl he hr hu it ja ko lt lv mk ml ms nb ne nl pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv ta th tr uk zh_CN zh_HK zh_TW" - +AC_CONFIG_HEADERS AC_GNU_SOURCE AC_CANONICAL_HOST AC_PROG_CC