summaryrefslogtreecommitdiff
path: root/lang/drscheme/files/patch-configure
blob: 961ff82b9ac08c55869eec124842b84d8ad67c08 (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
--- configure.orig	Thu May 25 00:59:58 2006
+++ configure	Fri Jul 14 17:07:45 2006
@@ -11675,9 +11675,6 @@
     absprefix="${prefix}"
   fi
 
-  (cd lt; sh ${abssrcdir}/lt/configure --enable-shared --disable-static)
-  LTDIR=`pwd`/lt
-
   if test "${need_gcc_static_libgcc}" = "yes" ; then
     need_gcc_static_libgcc=""
     if test "$CC" = "gcc" ; then
@@ -11696,21 +11693,21 @@
     plt_lib_version=`grep " MZSCHEME_VERSION " ${srcdir}/mzscheme/src/schvers.h | cut -d '"' -f 2`
   fi
 
-  AR="${LTDIR}/libtool --mode=link $CC${need_gcc_static_libgcc}${ar_libtool_no_undefined} -release ${plt_lib_version} -rpath ${absprefix}/lib -o"
-  STATIC_AR="${LTDIR}/libtool --mode=link $CC -o"
+  AR="${LIBTOOL} --mode=link $CC${need_gcc_static_libgcc}${ar_libtool_no_undefined} -release ${plt_lib_version} -rpath ${absprefix}/lib -o"
+  STATIC_AR="${LIBTOOL} --mode=link $CC -o"
   ARFLAGS=""
   RANLIB=":"
-  MZLINKER="${LTDIR}/libtool --mode=link $CC${need_gcc_static_libgcc} -rpath ${absprefix}/lib"
-  MREDLINKER="${LTDIR}/libtool --mode=link $CXX${need_gcc_static_libgcc} -rpath ${absprefix}/lib"
+  MZLINKER="${LIBTOOL} --mode=link $CC${need_gcc_static_libgcc} -rpath ${absprefix}/lib"
+  MREDLINKER="${LIBTOOL} --mode=link $CXX${need_gcc_static_libgcc} -rpath ${absprefix}/lib"
   PLAIN_CC="$CC"
-  CC="${LTDIR}/libtool --mode=compile $CC"
-  CXX="${LTDIR}/libtool --mode=compile $CXX"
-  AS="${LTDIR}/libtool --mode=compile $AS"
+  CC="${LIBTOOL} --mode=compile $CC"
+  CXX="${LIBTOOL} --mode=compile $CXX"
+  AS="${LIBTOOL} --mode=compile $AS"
   LIBSFX=la
   WXLIBS=WXLIBSDYN
-  ICP="${LTDIR}/libtool --mode=install cp"
+  ICP="${LIBTOOL} --mode=install cp"
   MRLIBINSTALL="install-lib"
-  LIBFINISH="${LTDIR}/libtool --mode=finish"
+  LIBFINISH="${LIBTOOL} --mode=finish"
   LTO="lo"
   LTA="la"
   FOREIGN_CONVENIENCE="_convenience"