Mercurial > hg > octave-nkf
diff configure.in @ 1104:3535aa4d38c6
[project @ 1995-02-14 22:12:34 by jwe]
author | jwe |
---|---|
date | Tue, 14 Feb 1995 22:20:16 +0000 |
parents | 85731fac3a15 |
children | 5579a520c519 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION($Revision: 1.91 $) +AC_REVISION($Revision: 1.92 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) @@ -122,6 +122,11 @@ AC_SUBST(imagedir) AC_SUBST(imagepath) +### Path separator. + +AC_DEFINE(SEPCHAR, [':']) +AC_DEFINE(SEPCHAR_STR, [":"]) + ### Do special stuff if using dld. DLD_DIR=