diff 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
line wrap: on
line diff
--- a/configure.in	Mon May 13 10:17:16 1996 +0000
+++ b/configure.in	Mon May 13 10:34:31 1996 +0000
@@ -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.199 $)
+AC_REVISION($Revision: 1.200 $)
 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=`echo $DEFS | sed 's,\\",\\\\\\\\\\",g'`
+UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\",g'`
 AC_MSG_RESULT([defining UGLY_DEFS to be $UGLY_DEFS])
 AC_SUBST(UGLY_DEFS)