From 54d18574737b6a8d9fa82bcdfc42fa25f8796a0a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 13 Mar 2004 10:21:33 +0000 Subject: Remove support for gettext 0.10 which broke the use of gettext 0.12! --- Makefile.cvs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.cvs b/Makefile.cvs index a9893e8..8fefe00 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -4,7 +4,6 @@ CONFIGHIN = include/config.h.in ACLOCAL = conf/aclocal.m4 GETTEXT = intl/Makefile.in GETTEXTDEP = conf/Makefile.am.in conf/configure.in.in -GV = $(shell gettextize --version|head -1|cut -d ' ' -f4|cut -d. -f2) all: @echo "Use make devel for development, make dist for distribution" @@ -54,13 +53,9 @@ $(GETTEXT): $(GETTEXTDEP) cp conf/configure.in.in configure.in cp conf/Makefile.am.in Makefile.am mkdir -p intl -ifeq ($(GV),11) echo n | gettextize --force --intl --no-changelog test -e po/Makevars || cp po/Makevars.template po/Makevars rm -f ChangeLog *~ -else - echo n | gettextize -f -endif -test -f po/ChangeLog~ && mv -f po/ChangeLog~ po/ChangeLog $(AUTOMAKEFILES): $(ACLOCAL) $(CONFIGHIN) -- cgit v1.2.3