/[ascend]/trunk/base/autotools/configure
ViewVC logotype

Diff of /trunk/base/autotools/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 568 by ben.allan, Thu Apr 27 03:14:08 2006 UTC revision 569 by johnpye, Tue May 9 00:10:03 2006 UTC
# Line 1394  fi Line 1394  fi
1394  ##AWW   Key elements of the source tree are:  ##AWW   Key elements of the source tree are:
1395  ##AWW       code/trunk/trunk/base/unixAC213/configure  ##AWW       code/trunk/trunk/base/unixAC213/configure
1396  ##AWW       code/trunk/trunk/base/generic  ##AWW       code/trunk/trunk/base/generic
1397  ##AWW       code/trunk/tcltk98  ##AWW       code/trunk/tcltk
1398  ##AWW   where $srcdir is pointing to /home/me/trunk/base/unixAC213, the folder  ##AWW   where $srcdir is pointing to /home/me/trunk/base/unixAC213, the folder
1399  ##AWW   containing "configure"  ##AWW   containing "configure"
1400  ##AWW  ##AWW
# Line 1406  fi Line 1406  fi
1406  ##AWW       $srcdir/../generic/packages  ##AWW       $srcdir/../generic/packages
1407  ##AWW       $srcdir/../generic/solver  ##AWW       $srcdir/../generic/solver
1408  ##AWW       $srcdir/../generic/utilities  ##AWW       $srcdir/../generic/utilities
1409  ##AWW       $srcdir/../../tcltk98/generic/interface  ##AWW       $srcdir/../../tcltk/generic/interface
1410  ##AWW  ##AWW
1411  ##AWW   Each of these directories contain Makefiles and possible  ##AWW   Each of these directories contain Makefiles and possible
1412  ##AWW   need to find .h files in the other directories.  For example  ##AWW   need to find .h files in the other directories.  For example
# Line 1420  fi Line 1420  fi
1420  ##AWW  ##AWW
1421  ##AWW   If in compiler, general, packages, solver, utilities  ##AWW   If in compiler, general, packages, solver, utilities
1422  ##AWW       ..                        for general, packages, etc  ##AWW       ..                        for general, packages, etc
1423  ##AWW       ../../../tcltk98/generic  for interface  ##AWW       ../../../tcltk/generic  for interface
1424  ##AWW   If in interface  ##AWW   If in interface
1425  ##AWW       ..                        for interface  ##AWW       ..                        for interface
1426  ##AWW       ../../../base/generic        for compiler, general, ..  ##AWW       ../../../base/generic        for compiler, general, ..
# Line 3460  fi Line 3460  fi
3460  #   2. If `flex' was found, see if it understands -V.  If so,  #   2. If `flex' was found, see if it understands -V.  If so,
3461  #      set `scanner_src' and `typer_src' to have `flex' generate  #      set `scanner_src' and `typer_src' to have `flex' generate
3462  #      the C files from the flex input files  #      the C files from the flex input files
3463  #      base/generic/compiler/scanner.l & tcltk98/interface/typelex.l  #      base/generic/compiler/scanner.l & tcltk/interface/typelex.l
3464  #      We don't need to look for libfl.a since we define  #      We don't need to look for libfl.a since we define
3465  #      yywrap() ourselves.  #      yywrap() ourselves.
3466  #   3. If `flex' wasn't found or was found but isn't new enough:  #   3. If `flex' wasn't found or was found but isn't new enough:
# Line 3527  fi Line 3527  fi
3527  if test -z "$LEX" ; then  if test -z "$LEX" ; then
3528      { echo "$as_me:$LINENO: WARNING: Cannot find a flex lexer version 2.4.1 or greater.      { echo "$as_me:$LINENO: WARNING: Cannot find a flex lexer version 2.4.1 or greater.
3529      Using pregenerated C files for base/generic/compiler/scanner.l      Using pregenerated C files for base/generic/compiler/scanner.l
3530      and tcltk98/interface/typelex.l.  If you have flex 2.4.1      and tcltk/interface/typelex.l.  If you have flex 2.4.1
3531      or newer, set the LEX environment variable to its location      or newer, set the LEX environment variable to its location
3532      and run configure again." >&5      and run configure again." >&5
3533  echo "$as_me: WARNING: Cannot find a flex lexer version 2.4.1 or greater.  echo "$as_me: WARNING: Cannot find a flex lexer version 2.4.1 or greater.
3534      Using pregenerated C files for base/generic/compiler/scanner.l      Using pregenerated C files for base/generic/compiler/scanner.l
3535      and tcltk98/interface/typelex.l.  If you have flex 2.4.1      and tcltk/interface/typelex.l.  If you have flex 2.4.1
3536      or newer, set the LEX environment variable to its location      or newer, set the LEX environment variable to its location
3537      and run configure again." >&2;}      and run configure again." >&2;}
3538      scanner_src="scanner.c.from.c"      scanner_src="scanner.c.from.c"
# Line 8117  if test ! "X$with_tkdir" = "Xno" ; then Line 8117  if test ! "X$with_tkdir" = "Xno" ; then
8117  #AWW20041117: FIXME next line  #AWW20041117: FIXME next line
8118  #AWW20041206:    subdir_locations='ascend4/TK'  #AWW20041206:    subdir_locations='ascend4/TK'
8119      subdir_target="TK"      subdir_target="TK"
8120      subdir_locations='../../tcltk98/TK'      subdir_locations='../../tcltk/TK'
8121      subdir_output='      subdir_output='
8122      $subdir_target/Makefile:$subdir_root/Makefile.in      $subdir_target/Makefile:$subdir_root/Makefile.in
8123      $subdir_target/Makefile.Rules:$subdir_root/Makefile.Rules.in      $subdir_target/Makefile.Rules:$subdir_root/Makefile.Rules.in
# Line 8129  if test ! "X$with_tkdir" = "Xno" ; then Line 8129  if test ! "X$with_tkdir" = "Xno" ; then
8129  #AWW20041208:       tkdir_root="../$subdir_root"  #AWW20041208:       tkdir_root="../$subdir_root"
8130          tkdir_root=$subdir_target          tkdir_root=$subdir_target
8131              tkdir_makefiles=`eval echo $subdir_output`              tkdir_makefiles=`eval echo $subdir_output`
8132              tkdir_topbuilddir="$fullpathsrcdir/../../tcltk98/TK"              tkdir_topbuilddir="$fullpathsrcdir/../../tcltk/TK"
8133              break              break
8134          fi          fi
8135      done      done
# Line 8359  ASCEND_DEFAULTLIBRARY=$prefix/models Line 8359  ASCEND_DEFAULTLIBRARY=$prefix/models
8359    
8360    
8361    
8362                                                                                                                                                                                                                              ac_config_files="$ac_config_files ConfigAscend:../../base/generic/ConfigAscend.in Makefile:../../base/generic/Makefile.in bin/ascend4.sh:../../base/generic/bin/ascend4.sh.in Makefile.Rules:../../base/generic/Makefile.Rules.in archive/Makefile:../../base/generic/archive/Makefile.in bin/Makefile:../../base/generic/bin/Makefile.in compiler/Makefile:../../base/generic/compiler/Makefile.in general/Makefile:../../base/generic/general/Makefile.in interface/Makefile:../../tcltk98/generic/interface/Makefile.in lib/Makefile:../../base/generic/lib/Makefile.in packages/Makefile:../../base/generic/packages/Makefile.in solver/Makefile:../../base/generic/solver/Makefile.in utilities/Makefile:../../base/generic/utilities/Makefile.in utilities/config.h:../../base/generic/utilities/config.h.in ../../jam/Jamrules ../../tcltk98/generic/Jamrules_tcltk98 $tkdir_makefiles $models_makefiles $help_makefiles $blaslib_makefile $lpaklib_makefile $lsodlib_makefile"                                                                                                                                                                                                                              ac_config_files="$ac_config_files ConfigAscend:../../base/generic/ConfigAscend.in Makefile:../../base/generic/Makefile.in bin/ascend4.sh:../../base/generic/bin/ascend4.sh.in Makefile.Rules:../../base/generic/Makefile.Rules.in archive/Makefile:../../base/generic/archive/Makefile.in bin/Makefile:../../base/generic/bin/Makefile.in compiler/Makefile:../../base/generic/compiler/Makefile.in general/Makefile:../../base/generic/general/Makefile.in interface/Makefile:../../tcltk/generic/interface/Makefile.in lib/Makefile:../../base/generic/lib/Makefile.in packages/Makefile:../../base/generic/packages/Makefile.in solver/Makefile:../../base/generic/solver/Makefile.in utilities/Makefile:../../base/generic/utilities/Makefile.in utilities/config.h:../../base/generic/utilities/config.h.in ../../jam/Jamrules ../../tcltk/generic/Jamrules_tcltk $tkdir_makefiles $models_makefiles $help_makefiles $blaslib_makefile $lpaklib_makefile $lsodlib_makefile"
8363    
8364    
8365  test "x$prefix" = xNONE && prefix=$ac_default_prefix  test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Line 8865  do Line 8865  do
8865    "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile:../../base/generic/bin/Makefile.in" ;;    "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile:../../base/generic/bin/Makefile.in" ;;
8866    "compiler/Makefile" ) CONFIG_FILES="$CONFIG_FILES compiler/Makefile:../../base/generic/compiler/Makefile.in" ;;    "compiler/Makefile" ) CONFIG_FILES="$CONFIG_FILES compiler/Makefile:../../base/generic/compiler/Makefile.in" ;;
8867    "general/Makefile" ) CONFIG_FILES="$CONFIG_FILES general/Makefile:../../base/generic/general/Makefile.in" ;;    "general/Makefile" ) CONFIG_FILES="$CONFIG_FILES general/Makefile:../../base/generic/general/Makefile.in" ;;
8868    "interface/Makefile" ) CONFIG_FILES="$CONFIG_FILES interface/Makefile:../../tcltk98/generic/interface/Makefile.in" ;;    "interface/Makefile" ) CONFIG_FILES="$CONFIG_FILES interface/Makefile:../../tcltk/generic/interface/Makefile.in" ;;
8869    "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile:../../base/generic/lib/Makefile.in" ;;    "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile:../../base/generic/lib/Makefile.in" ;;
8870    "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile:../../base/generic/packages/Makefile.in" ;;    "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile:../../base/generic/packages/Makefile.in" ;;
8871    "solver/Makefile" ) CONFIG_FILES="$CONFIG_FILES solver/Makefile:../../base/generic/solver/Makefile.in" ;;    "solver/Makefile" ) CONFIG_FILES="$CONFIG_FILES solver/Makefile:../../base/generic/solver/Makefile.in" ;;
8872    "utilities/Makefile" ) CONFIG_FILES="$CONFIG_FILES utilities/Makefile:../../base/generic/utilities/Makefile.in" ;;    "utilities/Makefile" ) CONFIG_FILES="$CONFIG_FILES utilities/Makefile:../../base/generic/utilities/Makefile.in" ;;
8873    "utilities/config.h" ) CONFIG_FILES="$CONFIG_FILES utilities/config.h:../../base/generic/utilities/config.h.in" ;;    "utilities/config.h" ) CONFIG_FILES="$CONFIG_FILES utilities/config.h:../../base/generic/utilities/config.h.in" ;;
8874    "../../jam/Jamrules" ) CONFIG_FILES="$CONFIG_FILES ../../jam/Jamrules" ;;    "../../jam/Jamrules" ) CONFIG_FILES="$CONFIG_FILES ../../jam/Jamrules" ;;
8875    "../../tcltk98/generic/Jamrules_tcltk98" ) CONFIG_FILES="$CONFIG_FILES ../../tcltk98/generic/Jamrules_tcltk98" ;;    "../../tcltk/generic/Jamrules_tcltk" ) CONFIG_FILES="$CONFIG_FILES ../../tcltk/generic/Jamrules_tcltk" ;;
8876    "$tkdir_makefiles" ) CONFIG_FILES="$CONFIG_FILES $tkdir_makefiles" ;;    "$tkdir_makefiles" ) CONFIG_FILES="$CONFIG_FILES $tkdir_makefiles" ;;
8877    "$models_makefiles" ) CONFIG_FILES="$CONFIG_FILES $models_makefiles" ;;    "$models_makefiles" ) CONFIG_FILES="$CONFIG_FILES $models_makefiles" ;;
8878    "$help_makefiles" ) CONFIG_FILES="$CONFIG_FILES $help_makefiles" ;;    "$help_makefiles" ) CONFIG_FILES="$CONFIG_FILES $help_makefiles" ;;

Legend:
Removed from v.568  
changed lines
  Added in v.569

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22