Commit in gdml2/CPPGDML on MAIN
ac.sh+28-11.1.1.1 -> 1.2
include fix up for function ordering problem with latest Autoconf

gdml2/CPPGDML
ac.sh 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- ac.sh	13 Jul 2010 15:18:49 -0000	1.1.1.1
+++ ac.sh	9 Apr 2013 00:22:44 -0000	1.2
@@ -1,2 +1,29 @@
 rm -rf autom4te.cache &> /dev/null
-autoconf -o configure configure.in
+#autoconf -f -v -o configure configure.in
+autoconf --warnings=all -d -f -v -o configure configure.in
+
+#
+# Fix up silly error where Autoconf uses functions before they are defined.
+#
+cp configure configure.bak
+rm configure
+
+cat > configure << EOF
+#!/bin/sh
+
+as_fn_set_status ()
+{
+  return $1
+}
+
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+}
+EOF
+
+tail -n +2 configure.bak >> configure 
+
+chmod 755 ./configure
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1