Mercurial > hg > octave-avbm
diff configure.in @ 2161:abb947300970
[project @ 1996-05-13 10:17:12 by jwe]
author | jwe |
---|---|
date | Mon, 13 May 1996 10:17:16 +0000 |
parents | 85fd0a6f3c97 |
children | a940dcdfe9de |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.198 $) +AC_REVISION($Revision: 1.199 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -993,7 +993,7 @@ ### UGLY_DEFS for that. AC_OUTPUT_MAKE_DEFS -UGLY_DEFS="$DEFS" +UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\",g'` AC_MSG_RESULT([defining UGLY_DEFS to be $UGLY_DEFS]) AC_SUBST(UGLY_DEFS)