comparison configure.ac @ 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 ddd4ef7934fc
children d25dfa9ed18b
comparison
equal deleted inserted replaced
12168:c69fd002a3fc 12169:5913cc5fec4e
1812 OCTAVE_PROG_GHOSTSCRIPT 1812 OCTAVE_PROG_GHOSTSCRIPT
1813 OCTAVE_PROG_TEXI2DVI 1813 OCTAVE_PROG_TEXI2DVI
1814 OCTAVE_PROG_TEXI2PDF 1814 OCTAVE_PROG_TEXI2PDF
1815 1815
1816 ### Even though we include config.h, we need to have the preprocessor 1816 ### Even though we include config.h, we need to have the preprocessor
1817 ### defines available in a variable for the octave-bug script. Use 1817 ### defines available in a variable for the testif feature of the
1818 ### UGLY_DEFS for that. 1818 ### scripts/testfun/test.m function. Use UGLY_DEFS to hold all the -D
1819 ### options. These are ultimately placed in the DEFS field of the
1820 ### struct returned by octave_config_info, which is used by test.m.
1819 1821
1820 AC_OUTPUT_MAKE_DEFS 1822 AC_OUTPUT_MAKE_DEFS
1821 1823
1822 ### We have to insert extra levels of backslash quoting here so that 1824 ### We have to insert extra levels of backslash quoting here so that
1823 ### the right thing ends up in oct-conf.h. 1825 ### the right thing ends up in oct-conf.h.