bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] patch for glpk-4.8


From: Mike Castle
Subject: [Bug-glpk] patch for glpk-4.8
Date: Sun, 16 Jan 2005 20:21:16 -0800
User-agent: Mutt/1.5.6i

Since this is a patch that I use locally, it patches both Makefile.am and
Makefile.in (why regen if I don't have to?)

* Enable building outside of srcdir.

patch -p1 << \EOF
diff -ru glpk-4.8.orig/src/Makefile.am glpk-4.8/src/Makefile.am
--- glpk-4.8.orig/src/Makefile.am       2005-01-12 01:00:00.000000000 -0800
+++ glpk-4.8/src/Makefile.am    2005-01-16 20:17:40.000000000 -0800
@@ -1,6 +1,6 @@
 ## src/Makefile.am ##
 
-INCLUDES = -I../include
+INCLUDES = -I$(top_srcdir)/include
 
 lib_LIBRARIES = libglpk.a
 
diff -ru glpk-4.8.orig/src/Makefile.in glpk-4.8/src/Makefile.in
--- glpk-4.8.orig/src/Makefile.in       2005-01-12 01:00:00.000000000 -0800
+++ glpk-4.8/src/Makefile.in    2005-01-16 20:17:47.000000000 -0800
@@ -63,7 +63,7 @@
 RANLIB = @RANLIB@
 VERSION = @VERSION@
 
-INCLUDES = -I../include
+INCLUDES = -I$(top_srcdir)/include
 
 lib_LIBRARIES = libglpk.a
 
EOF

-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]