| 309 |
# include <unistd.h> |
# include <unistd.h> |
| 310 |
#endif" |
#endif" |
| 311 |
|
|
| 312 |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS RANLIB ac_ct_RANLIB LN_S SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP DEBUG_LIBS EGREP YACC LEX LEXLIB LEX_OUTPUT_ROOT LIBOBJS TCLINCLUDE NOTCLCONFIG TCLCONFIG TCLLIB TCLDYNAMICLINKING TKINCLUDE TKLIB TKDYNAMICLINKING F77 BLASLIB LPAKLIB LSODLIB ascpwd fullpathsrcdir asc_include scanner_src typer_src MATH_LIBS X11_INCLUDES X11_LIBRARIES X11_RUN_PATH X11_EXTRA_LIBS DL_LIBS LD_FLAGS LD_SEARCH_FLAGS SHLIB_CFLAGS SHLIB_LD SHLIB_LD_LIBS SHLIB_SUFFIX ASC_LIB_SUFFIX TK_LIB TK_HDR TKTABLE_LIB ASC_TK_LIBRARY ASC_TCL_LIBRARY HAVE_TKTABLE asc_subdirs F77LIBS make_blaslib make_lpaklib make_lsodlib HAVE_LSOD tkdir_root tkdir_topbuilddir models_dir_root models_topbuilddir help_dir_root help_topbuilddir LTLIBOBJS' |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS RANLIB ac_ct_RANLIB LN_S SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP DEBUG_LIBS EGREP YACC parser_src LEX LEXLIB LEX_OUTPUT_ROOT LIBOBJS TCLINCLUDE NOTCLCONFIG TCLCONFIG TCLLIB TCLDYNAMICLINKING TKINCLUDE TKLIB TKDYNAMICLINKING F77 BLASLIB LPAKLIB LSODLIB ascpwd fullpathsrcdir asc_include scanner_src typer_src MATH_LIBS X11_INCLUDES X11_LIBRARIES X11_RUN_PATH X11_EXTRA_LIBS DL_LIBS LD_FLAGS LD_SEARCH_FLAGS SHLIB_CFLAGS SHLIB_LD SHLIB_LD_LIBS SHLIB_SUFFIX ASC_LIB_SUFFIX TK_LIB TK_HDR TKTABLE_LIB ASC_TK_LIBRARY ASC_TCL_LIBRARY HAVE_TKTABLE asc_subdirs F77LIBS make_blaslib make_lpaklib make_lsodlib HAVE_LSOD tkdir_root tkdir_topbuilddir models_dir_root models_topbuilddir help_dir_root help_topbuilddir LTLIBOBJS' |
| 313 |
ac_subst_files='' |
ac_subst_files='' |
| 314 |
|
|
| 315 |
# Initialize some variables set by options. |
# Initialize some variables set by options. |
| 865 |
Optional Packages: |
Optional Packages: |
| 866 |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 867 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 868 |
|
--without-yacc do not generate parser from yacc file |
| 869 |
--with-x use the X Window System |
--with-x use the X Window System |
| 870 |
--without-tcl Disable Tcl |
--without-tcl Disable Tcl |
| 871 |
--with-tclconfig=path Set directory location of tclConfig.sh |
--with-tclconfig=path Set directory location of tclConfig.sh |
| 3546 |
#-------------------------------------------------------------------- |
#-------------------------------------------------------------------- |
| 3547 |
# Set YACC. |
# Set YACC. |
| 3548 |
# call the |
# call the |
| 3549 |
# autoconf macro which looks for `bison' and then for `yacc' |
# autoconf macro which looks for `bison' and then for `yacc'. |
| 3550 |
|
# note it isn't bright enough to check that yacc really exists, |
| 3551 |
|
# so we allow the user to disable it. |
| 3552 |
#-------------------------------------------------------------------- |
#-------------------------------------------------------------------- |
| 3553 |
|
|
| 3554 |
|
YACCSAVE="$YACC" |
| 3555 |
for ac_prog in 'bison -y' byacc |
for ac_prog in 'bison -y' byacc |
| 3556 |
do |
do |
| 3557 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 3594 |
test -n "$YACC" || YACC="yacc" |
test -n "$YACC" || YACC="yacc" |
| 3595 |
|
|
| 3596 |
|
|
| 3597 |
|
|
| 3598 |
|
# Check whether --with-yacc or --without-yacc was given. |
| 3599 |
|
if test "${with_yacc+set}" = set; then |
| 3600 |
|
withval="$with_yacc" |
| 3601 |
|
|
| 3602 |
|
else |
| 3603 |
|
with_yacc=yes |
| 3604 |
|
fi; |
| 3605 |
|
if test ! "X$with_yacc" = "Xyes" ; then |
| 3606 |
|
YACC=": configured without yacc" |
| 3607 |
|
parser_src="ascParse.c.from.c" |
| 3608 |
|
else |
| 3609 |
|
parser_src="ascParse.c.from.yacc" |
| 3610 |
|
fi |
| 3611 |
|
|
| 3612 |
|
|
| 3613 |
#-------------------------------------------------------------------- |
#-------------------------------------------------------------------- |
| 3614 |
# Set LEX. |
# Set LEX. |
| 3615 |
# ASCEND requires a `flex' which understands -P (allows you to |
# ASCEND requires a `flex' which understands -P (allows you to |
| 9607 |
s,@DEBUG_LIBS@,$DEBUG_LIBS,;t t |
s,@DEBUG_LIBS@,$DEBUG_LIBS,;t t |
| 9608 |
s,@EGREP@,$EGREP,;t t |
s,@EGREP@,$EGREP,;t t |
| 9609 |
s,@YACC@,$YACC,;t t |
s,@YACC@,$YACC,;t t |
| 9610 |
|
s,@parser_src@,$parser_src,;t t |
| 9611 |
s,@LEX@,$LEX,;t t |
s,@LEX@,$LEX,;t t |
| 9612 |
s,@LEXLIB@,$LEXLIB,;t t |
s,@LEXLIB@,$LEXLIB,;t t |
| 9613 |
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t |
s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t |