summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4846270)
raw | patch | inline | side by side (parent: 4846270)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 22 Sep 2008 06:34:02 +0000 (06:34 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 22 Sep 2008 06:34:02 +0000 (06:34 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1516 a5681a0c-68f1-0310-ab6d-d61299d08faa
MakeMakefile | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/MakeMakefile b/MakeMakefile
index aca14ccfbbbdb9c1e3c99eda2fb73c4c6e4cd0c1..f945d3b696be099a73d4d0263a1a716f3be58c34 100755 (executable)
--- a/MakeMakefile
+++ b/MakeMakefile
# Run this script after the first cvs checkout to build
# makefiles and friends
-PATH="/usr/sepp/bin:$PATH"
-export PATH
+#PATH="/usr/sepp/bin:$PATH"
+#export PATH
vcheck (){
perl <<PERL
diff --git a/configure.ac b/configure.ac
index 124b92792c115b9de9cae5142b6b2c6c89f74d5e..3d7dd062ebdab46b9d564da6600812a619e19171 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# Options to pass when configuring perl module
ppref=$prefix
-test "$ppref" = "NONE" && ppref=$ac_default_prefix
+test "$ppref" = 'NONE' && ppref=$ac_default_prefix
-PERL_MAKE_OPTIONS="PREFIX=$ppref LIB=$ppref/lib/perl/$PERL_VERSION"
+PERL_MAKE_OPTIONS="PREFIX="'$(DESTDIR)'"$ppref LIB="'$(DESTDIR)'"$ppref/lib/perl/$PERL_VERSION"
dnl pass additional perl options when generating Makefile from Makefile.PL
AC_ARG_ENABLE(perl-site-install,
fi
rpref=$prefix
-test "$rpref" = "NONE" && rpref=$ac_default_prefix
+test "$rpref" = 'NONE' && rpref=$ac_default_prefix
dnl pass additional ruby options when generating Makefile from Makefile.PL
AC_ARG_ENABLE(ruby-site-install,