From a0b5edd56975ab1306937b43e91cb67a9ea7f6f0 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 5 Jul 2010 15:37:08 +0000 Subject: [PATCH] remove gettext copy ... just don't use it when we don't have it ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@2105 a5681a0c-68f1-0310-ab6d-d61299d08faa --- MakeMakefile | 2 +- Makefile.am | 2 +- configure.ac | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/MakeMakefile b/MakeMakefile index b6658d6..0d8a860 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -3,7 +3,7 @@ # Run this script after the first cvs checkout to build # makefiles and friends -PATH="/usr/pack/automake-1.11-to/amd64-linux-debian3.1/:/usr/pack/automake-1.11-to/amd64-linux-ubuntu8.04/bin:$PATH" +PATH="/usr/pack/automake-1.11-to/amd64-linux-debian3.1/:/usr/pack/automake-1.11-to/amd64-linux-ubuntu8.04/bin:/usr/pack/gettext-0.18.1.1-to/amd64-linux-ubuntu8.04/bin:$PATH" export PATH vcheck (){ perl <