comparison configure.in @ 2155:85fd0a6f3c97

[project @ 1996-05-13 09:02:48 by jwe]
author jwe
date Mon, 13 May 1996 09:05:19 +0000
parents 2c15367c2149
children abb947300970
comparison
equal deleted inserted replaced
2154:ab768ddb4e60 2155:85fd0a6f3c97
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.197 $) 23 AC_REVISION($Revision: 1.198 $)
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)
101 AC_SUBST(localoctfiledir) 101 AC_SUBST(localoctfiledir)
102 AC_SUBST(localoctfilepath) 102 AC_SUBST(localoctfilepath)
103 AC_SUBST(fcnfilepath) 103 AC_SUBST(fcnfilepath)
104 AC_SUBST(imagedir) 104 AC_SUBST(imagedir)
105 AC_SUBST(imagepath) 105 AC_SUBST(imagepath)
106
107 ### Make configure args available for other uses.
108
109 config_opts=$ac_configure_args
110 AC_SUBST(config_opts)
106 111
107 ### Path separator. 112 ### Path separator.
108 113
109 AC_DEFINE(SEPCHAR, [':']) 114 AC_DEFINE(SEPCHAR, [':'])
110 AC_DEFINE(SEPCHAR_STR, [":"]) 115 AC_DEFINE(SEPCHAR_STR, [":"])