changeset 12169:5913cc5fec4e

configure.ac: update comment about UGLY_DEFS
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jan 2011 16:36:31 -0500
parents c69fd002a3fc
children 037f8b7608f3
files ChangeLog configure.ac
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 26 13:13:49 2011 -0800
+++ b/ChangeLog	Wed Jan 26 16:36:31 2011 -0500
@@ -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	Wed Jan 26 13:13:49 2011 -0800
+++ b/configure.ac	Wed Jan 26 16:36:31 2011 -0500
@@ -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