comparison configure.in @ 2162:a940dcdfe9de

[project @ 1996-05-13 10:31:51 by jwe]
author jwe
date Mon, 13 May 1996 10:34:31 +0000
parents abb947300970
children 57429a64a466
comparison
equal deleted inserted replaced
2161:abb947300970 2162:a940dcdfe9de
18 ### 18 ###
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.199 $) 23 AC_REVISION($Revision: 1.200 $)
24 AC_PREREQ(2.9) 24 AC_PREREQ(2.9)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
991 ### Even though we include config.h, we need to have the preprocessor 991 ### Even though we include config.h, we need to have the preprocessor
992 ### defines available in a variable for the octave-bug script. Use 992 ### defines available in a variable for the octave-bug script. Use
993 ### UGLY_DEFS for that. 993 ### UGLY_DEFS for that.
994 994
995 AC_OUTPUT_MAKE_DEFS 995 AC_OUTPUT_MAKE_DEFS
996 UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\",g'` 996 UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\",g'`
997 AC_MSG_RESULT([defining UGLY_DEFS to be $UGLY_DEFS]) 997 AC_MSG_RESULT([defining UGLY_DEFS to be $UGLY_DEFS])
998 AC_SUBST(UGLY_DEFS) 998 AC_SUBST(UGLY_DEFS)
999 999
1000 ### Maybe add -Wall to compiler flags now that we're done feature 1000 ### Maybe add -Wall to compiler flags now that we're done feature
1001 ### testing. 1001 ### testing.