summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d372ef8)
raw | patch | inline | side by side (parent: d372ef8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 5 Jul 2010 15:29:56 +0000 (15:29 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 5 Jul 2010 15:29:56 +0000 (15:29 +0000) |
don't when it is not, rrdtool works fine either way.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2104 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2104 a5681a0c-68f1-0310-ab6d-d61299d08faa
MakeMakefile | patch | blob | history | |
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/MakeMakefile b/MakeMakefile
index 74192458416ac8a34b247383886be576087ff10b..4ef2a62eed4839c77eb11abe1647e8658d5c5611 100755 (executable)
--- a/MakeMakefile
+++ b/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 (){
diff --git a/Makefile.am b/Makefile.am
index 114a1be5e8adc19405550d6a976a9530d842ccb3..1961ef23dc48c3a481a358e5cdbb2195fa75e708 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
# build the following subdirectories
-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/configure.ac b/configure.ac
index d0fec6a26141a4e09a682764b1ae7f545ca40584..04052ad4c3031bdf3c852ca8d8658967bcb93046 100644 (file)
--- a/configure.ac
+++ b/configure.ac
CONFIGURE_PART(Libintl Processing)
-AM_GNU_GETTEXT_VERSION(0.17)
-AM_GNU_GETTEXT()
+AM_GNU_GETTEXT_VERSION(0.18)
+AM_GNU_GETTEXT(external)
CONFIGURE_PART(IEEE Math Checks)
AC_CONFIG_FILES([examples/rrdcached/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])