view src/qhull-2-fixes.patch @ 4015:f3d167e40f01

of-tisean: add new package * Makefile.in: add tisean package * build_packages.m: add tisean package to installer * dist-files.mk: update for of-tisean-1-fortran.patch, of-tisean.mk * src/of-tisean-1-fortran.patch: new file * src/of-tisean.mk: new file
author John Donoghue
date Tue, 25 Aug 2015 08:40:44 -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