diff --git a/ChangeLog b/ChangeLog index d2bac84ec..c741c6b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-02-02 David Shaw + * configure.ac (ALL_LINGUAS): Needs to be on one line to avoid + problems during ./configure. + * NEWS: Note new --with-colons disabled key flag and new "revuid" command. diff --git a/configure.ac b/configure.ac index 700c8a510..2615f6d4b 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,7 @@ AC_INIT(gnupg, 1.2.2rc1, bug-gnupg@gnu.org) # sufficient. development_version=no -ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja - nl pl pt_BR pt sv tr zh_TW" +ALL_LINGUAS="ca cs da de eo el es et fi fr gl id it ja nl pl pt_BR pt sv tr zh_TW" PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION