From: Bastien Nocera Date: Mon, 28 Oct 2002 03:00:06 +0000 (+0000) Subject: remove intl as a subdir remove the evil AM_GNU_GETTEXT call, no need for X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=239edd2f426b74db6c809941a192516598646cd7;p=gtetrinet remove intl as a subdir remove the evil AM_GNU_GETTEXT call, no need for 2002-10-28 Bastien Nocera * Makefile.am: remove intl as a subdir * configure.in: remove the evil AM_GNU_GETTEXT call, no need for intl/ * intl/*: removed --- diff --git a/ChangeLog b/ChangeLog index f8b5da4..64b0dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-10-28 Bastien Nocera + + * Makefile.am: remove intl as a subdir + * configure.in: remove the evil AM_GNU_GETTEXT call, no need for + intl/ + * intl/*: removed + 2002-10-28 Bastien Nocera * Makefile.am: removed m4/ added intl/ diff --git a/Makefile.am b/Makefile.am index f7a7335..16c39be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= intl doc po src themes +SUBDIRS= doc po src themes icon_DATA = gtetrinet.png icondir = $(datadir)/pixmaps diff --git a/configure.in b/configure.in index 12ed8a6..bf0b5a2 100644 --- a/configure.in +++ b/configure.in @@ -57,8 +57,6 @@ AC_ARG_ENABLE(ipv6, AC_DEFINE(USE_IPV6, 1, [Define this to enable IPv6 support.]) fi]) -AM_GNU_GETTEXT([external]) - AC_OUTPUT([ Makefile doc/Makefile