Changeset 36
- Timestamp:
- 11/29/07 15:26:44
- Files:
-
- spatialindex/trunk/configure (modified) (9 diffs)
- spatialindex/trunk/configure.ac (modified) (1 diff)
- spatialindex/trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spatialindex/trunk/configure
r33 r36 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for spatialindex 1. 1.1.3 # Generated by GNU Autoconf 2.59 for spatialindex 1.2.0. 4 4 # 5 5 # Report bugs to <mhadji@gmail.com>. … … 424 424 PACKAGE_NAME='spatialindex' 425 425 PACKAGE_TARNAME='spatialindex' 426 PACKAGE_VERSION='1. 1.1'427 PACKAGE_STRING='spatialindex 1. 1.1'426 PACKAGE_VERSION='1.2.0' 427 PACKAGE_STRING='spatialindex 1.2.0' 428 428 PACKAGE_BUGREPORT='mhadji@gmail.com' 429 429 … … 954 954 # This message is too long to be a string in the A/UX 3.1 sh. 955 955 cat <<_ACEOF 956 \`configure' configures spatialindex 1. 1.1to adapt to many kinds of systems.956 \`configure' configures spatialindex 1.2.0 to adapt to many kinds of systems. 957 957 958 958 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1020 1020 if test -n "$ac_init_help"; then 1021 1021 case $ac_init_help in 1022 short | recursive ) echo "Configuration of spatialindex 1. 1.1:";;1022 short | recursive ) echo "Configuration of spatialindex 1.2.0:";; 1023 1023 esac 1024 1024 cat <<\_ACEOF … … 1160 1160 if $ac_init_version; then 1161 1161 cat <<\_ACEOF 1162 spatialindex configure 1. 1.11162 spatialindex configure 1.2.0 1163 1163 generated by GNU Autoconf 2.59 1164 1164 … … 1174 1174 running configure, to aid debugging if configure makes a mistake. 1175 1175 1176 It was created by spatialindex $as_me 1. 1.1, which was1176 It was created by spatialindex $as_me 1.2.0, which was 1177 1177 generated by GNU Autoconf 2.59. Invocation command line was 1178 1178 … … 18789 18789 # Define the identity of the package. 18790 18790 PACKAGE='spatialindex' 18791 VERSION='1. 1.1'18791 VERSION='1.2.0' 18792 18792 18793 18793 … … 20914 20914 cat >&5 <<_CSEOF 20915 20915 20916 This file was extended by spatialindex $as_me 1. 1.1, which was20916 This file was extended by spatialindex $as_me 1.2.0, which was 20917 20917 generated by GNU Autoconf 2.59. Invocation command line was 20918 20918 … … 20972 20972 cat >>$CONFIG_STATUS <<_ACEOF 20973 20973 ac_cs_version="\\ 20974 spatialindex config.status 1. 1.120974 spatialindex config.status 1.2.0 20975 20975 configured by $0, generated by GNU Autoconf 2.59, 20976 20976 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" spatialindex/trunk/configure.ac
r33 r36 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(spatialindex, 1. 1.1, mhadji@gmail.com)5 AC_INIT(spatialindex, 1.2.0, mhadji@gmail.com) 6 6 AC_CANONICAL_BUILD 7 7 spatialindex/trunk/INSTALL
r22 r36 4 4 following: 5 5 6 1. Install the Tools library (download from 7 http://cs-people.bu.edu/marioh/tools). 8 9 2. If the Tools library is not installed in 10 the default path, then use the LDFLAGS and 11 CPPFLAGS environment variables to direct 12 the configure script to the right path, e.g.: 13 export LDFLAGS="-L/home/marioh/usr/lib" 14 export CPPFLAGS="-I/home/marioh/usr/include" 15 16 3. Set the CXXFLAGS environment variable to 6 1. Set the CXXFLAGS environment variable to 17 7 your preferred settings, for example: 18 8 export CXXFLAGS="-O2" 19 9 export CXXFLAGS="-Wall -g" 20 The default flags are "-g -O2" or "-g", depending 21 on your system. 10 The default flags are "-O2 -DNDEBUG". 22 11 23 4. Run:12 2. Run: 24 13 ./configure 14 15 You can use --enable-debug to compile a debug library. 16 25 17 By default include files and library files 26 18 will be installed in /usr/local. If you would
