diff options
author | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 10:21:33 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 10:21:33 +0000 |
commit | 54d18574737b6a8d9fa82bcdfc42fa25f8796a0a (patch) | |
tree | 16d6c1150ade5e0be035c123715d18710432ffba | |
parent | ffc264d8dfe42f64250a13436623eff0df238b3b (diff) | |
download | plptools-54d18574737b6a8d9fa82bcdfc42fa25f8796a0a.tar.gz plptools-54d18574737b6a8d9fa82bcdfc42fa25f8796a0a.tar.bz2 plptools-54d18574737b6a8d9fa82bcdfc42fa25f8796a0a.zip |
Remove support for gettext 0.10 which broke the use of gettext 0.12!
-rw-r--r-- | Makefile.cvs | 5 |
1 files changed, 0 insertions, 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) |