From 38eabc5fb5895454d8249d73b2d16b9a71898caf Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 00:35:54 +0000 Subject: corrections to gettext infrastructure --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7a4ec92..13673e7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.21 2002/12/08 00:09:19 jao Exp $ +# $Id: configure.in,v 1.22 2002/12/08 00:35:54 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -130,7 +130,7 @@ esac AC_SUBST(CFLAGS) -AC_OUTPUT(intl/Makefile +AC_OUTPUT( Makefile doc/Makefile doc/img/Makefile @@ -143,6 +143,7 @@ lib/Makefile misc/Makefile samples/Makefile po/Makefile.in +intl/Makefile ) if test x$readl = xtrue; then -- cgit v1.2.3