changeset 21357:d00efda9bb92

Insert F77_FUNC defines into octave-config.h (Bug #47250) * build-aux/mk-octave-config-h.sh: extract config.h F77_FUNC defines
author John D
date Fri, 26 Feb 2016 06:27:04 -0500
parents 12d5c0538730
children f2ae78f5827f
files build-aux/mk-octave-config-h.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Thu Feb 25 18:56:53 2016 -0500
+++ b/build-aux/mk-octave-config-h.sh	Fri Feb 26 06:27:04 2016 -0500
@@ -221,6 +221,8 @@
 EOF
 fi
 
+grep "#\(undef\|define\) F77_FUNC" $config_h_file
+
 cat << EOF
 
 #endif