]> sourceware.org Git - automake.git/commitdiff
Include internationalization bits
authorTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 05:32:51 +0000 (05:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 05:32:51 +0000 (05:32 +0000)
configure.in

index 77d696c3d3fb88c846fe92624ea874ef675d609e..35acf65f5719a73c36ca035b3313cf3e1e4edaa8 100644 (file)
@@ -3,10 +3,26 @@ AC_INIT(dist.am)
 
 PACKAGE=automake
 AC_SUBST(PACKAGE)
+AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 VERSION=0.20
 AC_SUBST(VERSION)
+AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
+ALL_LINGUAS=
 
 AC_ARG_PROGRAM
 fp_PROG_INSTALL
 
-AC_OUTPUT(Makefile automake)
+dnl
+dnl NLS configuration.
+dnl
+
+ud_GNU_GETTEXT
+AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
+
+dnl
+dnl End of NLS configuration.
+dnl
+
+
+AC_OUTPUT([Makefile automake intl/Makefile po/Makefile.in],
+[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
This page took 0.027047 seconds and 5 git commands to generate.