summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m411
1 files changed, 5 insertions, 6 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5dbbe94ae1..eb03abd45b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
dnl aclocal.m4 -*-shell-script-*-
dnl WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from /home/rz/lilypond/lilypond/stepmake/aclocal.m4
+dnl do not edit! this is aclocal.m4, generated from /home/fred/lily/stepmake/aclocal.m4
dnl aclocal.m4 -*-shell-script-*-
dnl StepMake subroutines for configure.in
@@ -264,16 +264,15 @@ AC_DEFUN(STEPMAKE_DATADIR, [
## ugh: cut & paste programming from datadir.
AC_DEFUN(STEPMAKE_LIBDIR, [
- if test "$datadir" = "\${prefix}/lib"; then
- datadir='${prefix}/lib'
+ if test "$libdir" = "\${exec_prefix}/lib"; then
+ libdir='${exec_prefix}/lib'
fi
- presome=${prefix}
- if test "$prefix" = "NONE"; then
+ presome=${exec_prefix}
+ if test "$exec_prefix" = "NONE"; then
presome=${ac_default_prefix}
fi
package_libdir=$libdir/$package
-
local_package_libdir=$package_libdir/$FULL_VERSION
build_package_libdir=$ugh_ugh_autoconf250_builddir/lib/$package