summaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:35:54 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:35:54 +0000
commit5b6aa51d5852b7d3d2cab185fe9513f9cc121e43 (patch)
tree2b4d498bfbc4627c0790ea40d82a2d52c4a428e2 /configure.in
parentcbf2421e84dbed69b14693e809786c3b5118648a (diff)
downloadmdk-5b6aa51d5852b7d3d2cab185fe9513f9cc121e43.tar.gz
mdk-5b6aa51d5852b7d3d2cab185fe9513f9cc121e43.tar.bz2
corrections to gettext infrastructure
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
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