From 132fa48bf9be2073821d6a64b6b7e5266191e1a3 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 29 Aug 2002 23:10:40 +0000 Subject: Fix ACLOCAL_DIR def when aclocl is missing (close SF bug). CVS patchset: 2556 CVS date: 2002/08/29 23:10:40 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9834112b4..e673fddd2 100644 --- a/configure.in +++ b/configure.in @@ -1009,7 +1009,7 @@ case "`id`" in ACLOCAL_DIR="`eval $ACLOCAL --print-ac-dir`" AC_MSG_RESULT($ACLOCAL_DIR) else - ACLOCAL_DIR="/usr/local/share/aclocal" + ACLOCAL_DIR="${prefix}/share/aclocal" AC_MSG_RESULT(none - will be installed in $ACLOCAL_DIR) fi escapedprefix="`echo $prefix | sed -e 's/\\//\\\\\//g'`" -- cgit v1.2.3