602dcdc429
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
12 lines
397 B
Text
12 lines
397 B
Text
$NetBSD: patch-ac,v 1.3 2000/04/28 08:59:37 wennmach Exp $
|
|
--- Makeconf.in.orig Sun Oct 18 16:04:22 1998
|
|
+++ Makeconf.in Sun Oct 18 16:07:37 1998
|
|
@@ -63,7 +63,7 @@
|
|
# cc and associated flags.
|
|
|
|
DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
|
|
-GLOB_INCFLAGS = @GLOB_INCFLAGS@
|
|
+GLOB_INCFLAGS = @GLOB_INCFLAGS@ -I ${PREFIX}/include
|
|
|
|
# Clean up INCFLAGS a bit if we are not compiling in a separate
|
|
# directory.
|