view src/qhull-2-fixes.patch @ 4258:a45374f7d9a3

Use 8.3 format for octave path * installer-files/octave-firsttime.vbs: convert OctavePath to shortpath * installer-files/octave.vbs: convert OctavePath to shortpath * installer-files/octave.bat: convert OCT_HOME to 8.3 path * tools/makeinst-script.sh.in: call pkg rbuild and fc_cache with 8.3 pathname
author John D
date Tue, 06 Dec 2016 02:27:58 -0500
parents e18f5b46e77c
children
line wrap: on
line source

diff -rNu a/configure.ac b/configure.ac
--- a/configure.ac	2009-06-11 15:41:03.000000000 -0400
+++ b/configure.ac	2013-01-07 18:05:58.439590407 -0500
@@ -8,10 +8,10 @@
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 AC_PROG_CC
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 AC_CONFIG_FILES([
   Makefile 
diff -rNu a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am	2009-06-11 15:41:03.000000000 -0400
+++ b/src/Makefile.am	2013-01-07 17:58:04.327616699 -0500
@@ -23,7 +23,7 @@
   mem.c
 
 # how:
-libqhull_la_LDFLAGS = -version-info 5:0:0 -lm
+libqhull_la_LDFLAGS = -no-undefined -version-info 5:0:0 -lm
 
 ### Utility programs