aboutsummaryrefslogtreecommitdiff
path: root/databases/dbh10/files/patch-configure
blob: f2f11f1fd73b2c1c447d7fc3ceaeba36124f0b4c (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
--- configure.orig	Wed Aug 14 06:39:38 2002
+++ configure	Sat Oct 26 05:29:34 2002
@@ -1400,7 +1400,7 @@
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
-   ACLOCAL=aclocal
+   ACLOCAL=true
    echo "$as_me:1404: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
@@ -1415,7 +1415,7 @@
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
-   AUTOCONF=autoconf
+   AUTOCONF=true
    echo "$as_me:1419: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
@@ -1430,7 +1430,7 @@
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (automake --version) < /dev/null > /dev/null 2>&1; then
-   AUTOMAKE=automake
+   AUTOMAKE=true
    echo "$as_me:1434: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
@@ -1445,7 +1445,7 @@
 # an executable is not found, even if stderr is redirected.
 # Redirect stdin to placate older versions of autoconf.  Sigh.
 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
-   AUTOHEADER=autoheader
+   AUTOHEADER=true
    echo "$as_me:1449: result: found" >&5
 echo "${ECHO_T}found" >&6
 else
@@ -6802,6 +6802,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -10854,7 +10855,7 @@
 "NONE")
 ;;
 *)
-   CFLAGS="$CFLAGS -march=$target"
+   CFLAGS="$CFLAGS"
    ;;
 esac