view src/qhull-2-fixes.patch @ 3721:933b99febcf1

Expand options to support 3 possible sources of octave * configure.ac: modify --enable-stable rule to --enable-octave=source (stable,alpha,default) * Makefile.am: modify OCTAVE_TARGET based on octave build value set in configure. * index.html: added master-octave information. * src/default-octave.mk: new file. * src/default-octave-1-docinstall.patch * dist-files.mk: add default-octave-1-docinstall.patch default-octave.mk * binary-dist-rules.mk: use OCTAVE_TARGET to decide on tarball/installer name
author John Donoghue <john.donoghue@ieee.org>
date Sun, 19 Oct 2014 22:58:20 -0400
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