blob: b6b8cab449771575fdb5869f9b405daade64d1fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
--- ./configure.orig 2008-03-24 10:49:54.000000000 -0400
+++ ./configure 2008-10-10 09:39:07.000000000 -0400
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/local/bin/bash
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -22553,10 +22553,10 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS=" %%LTMAIN%%"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
+LIBTOOL='$(SHELL) %%LIBTOOL%% --silent'
# Prevent multiple expansion
@@ -36716,11 +36716,11 @@
{ (exit 0); exit 0; }
_ACEOF
-if test "x$with_fast_perl" = "xyes"; then
+if test "x$with_fast_perl" = "xyes"; then
perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \
- || mv $CONFIG_STATUS.bak $CONFIG_STATUS
+ || mv $CONFIG_STATUS.bak $CONFIG_STATUS
rm -f $CONFIG_STATUS.bak
-fi
+fi
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
|