summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d8b8be)
raw | patch | inline | side by side (parent: 8d8b8be)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 5 Jul 2010 15:37:08 +0000 (15:37 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 5 Jul 2010 15:37:08 +0000 (15:37 +0000) |
program/MakeMakefile | patch | blob | history | |
program/Makefile.am | patch | blob | history | |
program/configure.ac | patch | blob | history |
diff --git a/program/MakeMakefile b/program/MakeMakefile
index b6658d6ccaf8fb8bdaa378e1cf19a8fbf5eb8e37..0d8a860a45cc442d0239cdc9e16a9de0415d11dc 100755 (executable)
--- a/program/MakeMakefile
+++ b/program/MakeMakefile
# 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 <<PERL
diff --git a/program/Makefile.am b/program/Makefile.am
index bda0889c1254810ba7c5ecf3c563104f70e02a38..f108180581fe8311ea31ddc23e6ecb93aafee3aa 100644 (file)
--- a/program/Makefile.am
+++ b/program/Makefile.am
## Process this file with automake to produce Makefile.in
RSYNC = rsync --rsh=ssh
-SUBDIRS = po src examples doc bindings intl
+SUBDIRS = po src examples doc bindings
# the following files are not mentioned in any other Makefile
EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
diff --git a/program/configure.ac b/program/configure.ac
index 0bd4145828e3a87168e7d3484681fb85a8c6af86..93e6f766ee9b8982d0f56220511ef1be360c8888 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
CONFIGURE_PART(Libintl Processing)
-AM_GNU_GETTEXT_VERSION(0.14.4)
-AM_GNU_GETTEXT()
+AM_GNU_GETTEXT_VERSION(0.18)
+AM_GNU_GETTEXT(external)
CONFIGURE_PART(IEEE Math Checks)
AC_CONFIG_FILES([examples/Makefile])
AC_CONFIG_FILES([doc/Makefile])
AC_CONFIG_FILES([po/Makefile.in])
-AC_CONFIG_FILES([intl/Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([src/librrd.sym.in])
AC_CONFIG_FILES([src/librrd.pc])