ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/configure
(Generate patch)

Comparing trunk/OOPSE-2.0/configure (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1499 by gezelter, Tue Sep 28 22:14:11 2004 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Guess values for system-dependent variables and create Makefiles.
3 < # Generated by GNU Autoconf 2.59 for OOPSE 1.0.
3 > # Generated by GNU Autoconf 2.59 for OOPSE 2.0.
4   #
5   # Report bugs to <gezelter@nd.edu>.
6   #
# Line 269 | Line 269 | PACKAGE_VERSION='1.0'
269   # Identity of this package.
270   PACKAGE_NAME='OOPSE'
271   PACKAGE_TARNAME='oopse'
272 < PACKAGE_VERSION='1.0'
273 < PACKAGE_STRING='OOPSE 1.0'
272 > PACKAGE_VERSION='2.0'
273 > PACKAGE_STRING='OOPSE 2.0'
274   PACKAGE_BUGREPORT='gezelter@nd.edu'
275  
276 < ac_unique_file="src/oopse.cpp"
276 > ac_unique_file="src/applications/oopse.cpp"
277   ac_default_prefix="/usr/local"
278   # Factoring default headers for most tests.
279   ac_includes_default="\
# Line 797 | Line 797 | if test "$ac_init_help" = "long"; then
797    # Omit some internal or obsolete options to make the list less imposing.
798    # This message is too long to be a string in the A/UX 3.1 sh.
799    cat <<_ACEOF
800 < \`configure' configures OOPSE 1.0 to adapt to many kinds of systems.
800 > \`configure' configures OOPSE 2.0 to adapt to many kinds of systems.
801  
802   Usage: $0 [OPTION]... [VAR=VALUE]...
803  
# Line 858 | Line 858 | if test -n "$ac_init_help"; then
858  
859   if test -n "$ac_init_help"; then
860    case $ac_init_help in
861 <     short | recursive ) echo "Configuration of OOPSE 1.0:";;
861 >     short | recursive ) echo "Configuration of OOPSE 2.0:";;
862     esac
863    cat <<\_ACEOF
864  
# Line 988 | Line 988 | OOPSE configure 1.0
988   test -n "$ac_init_help" && exit 0
989   if $ac_init_version; then
990    cat <<\_ACEOF
991 < OOPSE configure 1.0
991 > OOPSE configure 2.0
992   generated by GNU Autoconf 2.59
993  
994   Copyright (C) 2003 Free Software Foundation, Inc.
# Line 1002 | Line 1002 | It was created by OOPSE $as_me 1.0, which was
1002   This file contains any messages produced by compilers while
1003   running configure, to aid debugging if configure makes a mistake.
1004  
1005 < It was created by OOPSE $as_me 1.0, which was
1005 > It was created by OOPSE $as_me 2.0, which was
1006   generated by GNU Autoconf 2.59.  Invocation command line was
1007  
1008    $ $0 $@
# Line 7536 | Line 7536 | MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
7536   esac
7537  
7538   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
7539
7540 SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder third-party "
7539  
7540   CFLAGS=${CFLAGS-""}
7541   CXXFLAGS=${CXXFLAGS-""}
# Line 7572 | Line 7570 | esac
7570  
7571  
7572  
7573 <                    ac_config_headers="$ac_config_headers libBASS/config.h libmdtools/config.h"
7573 >          ac_config_headers="$ac_config_headers src/config.h"
7574  
7575 <                                                                                                                                                                                                                            ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile third-party/Makefile samples/alkane/Makefile samples/argon/Makefile samples/lipid/Makefile samples/minimizer/Makefile samples/metals/Makefile samples/water/Makefile samples/water/dimer/Makefile samples/water/spce/Makefile samples/water/ssd/Makefile samples/water/ssde/Makefile samples/water/tip4p/Makefile samples/water/tip3p_ice/Makefile samples/zcons/Makefile"
7575 >          ac_config_files="$ac_config_files make/Make.conf"
7576  
7577  
7578   cat >confcache <<\_ACEOF
# Line 7939 | Line 7937 | This file was extended by OOPSE $as_me 1.0, which was
7937   } >&5
7938   cat >&5 <<_CSEOF
7939  
7940 < This file was extended by OOPSE $as_me 1.0, which was
7940 > This file was extended by OOPSE $as_me 2.0, which was
7941   generated by GNU Autoconf 2.59.  Invocation command line was
7942  
7943    CONFIG_FILES    = $CONFIG_FILES
# Line 8002 | Line 8000 | OOPSE config.status 1.0
8000  
8001   cat >>$CONFIG_STATUS <<_ACEOF
8002   ac_cs_version="\\
8003 < OOPSE config.status 1.0
8003 > OOPSE config.status 2.0
8004   configured by $0, generated by GNU Autoconf 2.59,
8005    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8006  
# Line 8105 | Line 8103 | do
8103   do
8104    case "$ac_config_target" in
8105    # Handling of arguments.
8106 <  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
8107 <  "libBASS/Makefile" ) CONFIG_FILES="$CONFIG_FILES libBASS/Makefile" ;;
8108 <  "libmdtools/Makefile" ) CONFIG_FILES="$CONFIG_FILES libmdtools/Makefile" ;;
8111 <  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
8112 <  "utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
8113 <  "utils/sysbuilder/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/sysbuilder/Makefile" ;;
8114 <  "forceFields/Makefile" ) CONFIG_FILES="$CONFIG_FILES forceFields/Makefile" ;;
8115 <  "samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
8116 <  "third-party/Makefile" ) CONFIG_FILES="$CONFIG_FILES third-party/Makefile" ;;
8117 <  "samples/alkane/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/alkane/Makefile" ;;
8118 <  "samples/argon/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/argon/Makefile" ;;
8119 <  "samples/lipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/lipid/Makefile" ;;
8120 <  "samples/minimizer/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/minimizer/Makefile" ;;
8121 <  "samples/metals/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/metals/Makefile" ;;
8122 <  "samples/water/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/Makefile" ;;
8123 <  "samples/water/dimer/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/dimer/Makefile" ;;
8124 <  "samples/water/spce/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/spce/Makefile" ;;
8125 <  "samples/water/ssd/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/ssd/Makefile" ;;
8126 <  "samples/water/ssde/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/ssde/Makefile" ;;
8127 <  "samples/water/tip4p/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/tip4p/Makefile" ;;
8128 <  "samples/water/tip3p_ice/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/tip3p_ice/Makefile" ;;
8129 <  "samples/zcons/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/zcons/Makefile" ;;
8130 <  "utils/getopt.h" ) CONFIG_LINKS="$CONFIG_LINKS utils/getopt.h:utils/gnugetopt.h" ;;
8131 <  "libBASS/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS libBASS/config.h" ;;
8132 <  "libmdtools/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS libmdtools/config.h" ;;
8106 >  "make/Make.conf" ) CONFIG_FILES="$CONFIG_FILES make/Make.conf" ;;
8107 >  "utils/getopt.h" ) CONFIG_LINKS="$CONFIG_LINKS utils/getopt.h:utils/gnugetopt.h" ;;
8108 >  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
8109    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8110   echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8111     { (exit 1); exit 1; }; };;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines