comparison configure.in @ 6959:47f4f4e88166

[project @ 2007-10-04 20:43:32 by jwe]
author jwe
date Thu, 04 Oct 2007 20:43:33 +0000
parents 768a19157591
children 0a64abe792f4
comparison
equal deleted inserted replaced
6958:a18c784ae599 6959:47f4f4e88166
27 27
28 EXTERN_CFLAGS="$CFLAGS" 28 EXTERN_CFLAGS="$CFLAGS"
29 EXTERN_CXXFLAGS="$CXXFLAGS" 29 EXTERN_CXXFLAGS="$CXXFLAGS"
30 30
31 AC_INIT 31 AC_INIT
32 AC_REVISION($Revision: 1.577 $) 32 AC_REVISION($Revision: 1.578 $)
33 AC_PREREQ(2.57) 33 AC_PREREQ(2.57)
34 AC_CONFIG_SRCDIR([src/octave.cc]) 34 AC_CONFIG_SRCDIR([src/octave.cc])
35 AC_CONFIG_HEADER(config.h) 35 AC_CONFIG_HEADER(config.h)
36 36
37 OCTAVE_HOST_TYPE 37 OCTAVE_HOST_TYPE
1788 1788
1789 AC_OUTPUT_MAKE_DEFS 1789 AC_OUTPUT_MAKE_DEFS
1790 1790
1791 ### We have to insert extra levels of backslash quoting here so that 1791 ### We have to insert extra levels of backslash quoting here so that
1792 ### the right thing ends up in oct-conf.h. 1792 ### the right thing ends up in oct-conf.h.
1793 UGLY_DEFS=`echo $DEFS | $(SED) 's,\\",\\\\\\\\\\\\\\\\\\",g'` 1793 UGLY_DEFS=`echo $DEFS | $SED 's,\\",\\\\\\\\\\\\\\\\\\",g'`
1794 AC_MSG_NOTICE([defining UGLY_DEFS to be $UGLY_DEFS]) 1794 AC_MSG_NOTICE([defining UGLY_DEFS to be $UGLY_DEFS])
1795 AC_SUBST(UGLY_DEFS) 1795 AC_SUBST(UGLY_DEFS)
1796 1796
1797 ### Maybe add -Wall, -W, and -Wshadow to compiler flags now that we're 1797 ### Maybe add -Wall, -W, and -Wshadow to compiler flags now that we're
1798 ### done feature testing. 1798 ### done feature testing.