]> git.wh0rd.org Git - nano.git/commitdiff
Use AM_GNU_GETTEXT([external]) to fix make distcheck now that intl/ is gone.
authorJordi Mallach <jordi@gnu.org>
Fri, 28 Jun 2002 12:31:16 +0000 (12:31 +0000)
committerJordi Mallach <jordi@gnu.org>
Fri, 28 Jun 2002 12:31:16 +0000 (12:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1224 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

configure.ac

index e66f0c8359f1cf772b8c399d3d1a8f450b6f65b1..0af6d585c8b73d9a6522bc1d6c553ad2db017ef4 100644 (file)
@@ -310,7 +310,7 @@ then
 fi
 
 dnl i18n stuff - pretty incomplete for now
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
 
 AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in nano.spec])
 AC_OUTPUT