changeset 12249:071a4aa15124 release-3-4-x

configure.ac: update comment about UGLY_DEFS
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jan 2011 16:36:31 -0500
parents cbe089b92e03
children 28f417134887
files ChangeLog configure.ac
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-26  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (INSTALL_SCRIPT): Update commend about UGLY_DEFS.
+
 2011-01-26  John W. Eaton  <jwe@octave.org>
 
 	* acinclude.m4 (OPENGL_LIBS): Don't add -L/usr/X11R6/LIB to
--- a/configure.ac
+++ b/configure.ac
@@ -1814,8 +1814,10 @@
 OCTAVE_PROG_TEXI2PDF
 
 ### Even though we include config.h, we need to have the preprocessor
-### defines available in a variable for the octave-bug script.  Use
-### UGLY_DEFS for that.
+### defines available in a variable for the testif feature of the
+### scripts/testfun/test.m function.  Use UGLY_DEFS to hold all the -D
+### options.  These are ultimately placed in the DEFS field of the
+### struct returned by octave_config_info, which is used by test.m.
 
 AC_OUTPUT_MAKE_DEFS