From 3f940bc9ceeff3e4469b5fe4270f00d25617c4ff Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 16 Feb 2003 14:52:21 +0000 Subject: *** empty log message *** --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c1af9ec..71e0242 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([quilt],[0.22],[quilt-dev@nongnu.org]) AC_CONFIG_AUX_DIR(config) AC_PREREQ(2.53) -AC_REVISION ($Revision: 1.7 $) +AC_REVISION ($Revision: 1.8 $) PACKAGE_RELEASE=1 AC_SUBST(PACKAGE_RELEASE) @@ -144,7 +144,6 @@ You do not appear to have msgfmt, which is part of the GNU Gettext package. It is a required package as you chose the '--enable-nls' option to configure. You can download GNU Gettext from ftp.gnu.org. ]) - exit 1 fi if test -z "$MSGFMT" ; then AC_MSG_NOTICE([Building without natural language support]) -- cgit