Changeset 1950 in orxonox.OLD for orxonox/branches/automake/configure
- Timestamp:
- Jun 15, 2004, 2:25:09 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/automake/configure
r1946 r1950 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION.3 # Generated by GNU Autoconf 2.59 for orxonox 0.1-pre-alpha. 4 4 # 5 # Report bugs to < BUG-REPORT-ADDRESS>.5 # Report bugs to <orxonox-dev@mail.datacore.ch>. 6 6 # 7 7 # Copyright (C) 2003 Free Software Foundation, Inc. … … 268 268 269 269 # Identity of this package. 270 PACKAGE_NAME=' FULL-PACKAGE-NAME'271 PACKAGE_TARNAME=' full-package-name'272 PACKAGE_VERSION=' VERSION'273 PACKAGE_STRING=' FULL-PACKAGE-NAME VERSION'274 PACKAGE_BUGREPORT=' BUG-REPORT-ADDRESS'270 PACKAGE_NAME='orxonox' 271 PACKAGE_TARNAME='orxonox' 272 PACKAGE_VERSION='0.1-pre-alpha' 273 PACKAGE_STRING='orxonox 0.1-pre-alpha' 274 PACKAGE_BUGREPORT='orxonox-dev@mail.datacore.ch' 275 275 276 276 ac_unique_file="console/orxonox_console_entry.cc" … … 789 789 # This message is too long to be a string in the A/UX 3.1 sh. 790 790 cat <<_ACEOF 791 \`configure' configures FULL-PACKAGE-NAME VERSIONto adapt to many kinds of systems.791 \`configure' configures orxonox 0.1-pre-alpha to adapt to many kinds of systems. 792 792 793 793 Usage: $0 [OPTION]... [VAR=VALUE]... … … 851 851 if test -n "$ac_init_help"; then 852 852 case $ac_init_help in 853 short | recursive ) echo "Configuration of FULL-PACKAGE-NAME VERSION:";;853 short | recursive ) echo "Configuration of orxonox 0.1-pre-alpha:";; 854 854 esac 855 855 cat <<\_ACEOF … … 875 875 it to find libraries and programs with nonstandard names/locations. 876 876 877 Report bugs to < BUG-REPORT-ADDRESS>.877 Report bugs to <orxonox-dev@mail.datacore.ch>. 878 878 _ACEOF 879 879 fi … … 971 971 if $ac_init_version; then 972 972 cat <<\_ACEOF 973 FULL-PACKAGE-NAME configure VERSION 973 orxonox configure 0.1-pre-alpha 974 974 generated by GNU Autoconf 2.59 975 975 … … 985 985 running configure, to aid debugging if configure makes a mistake. 986 986 987 It was created by FULL-PACKAGE-NAME $as_me VERSION, which was987 It was created by orxonox $as_me 0.1-pre-alpha, which was 988 988 generated by GNU Autoconf 2.59. Invocation command line was 989 989 … … 1598 1598 1599 1599 # Define the identity of the package. 1600 PACKAGE=' full-package-name'1601 VERSION=' VERSION'1600 PACKAGE='orxonox' 1601 VERSION='0.1-pre-alpha' 1602 1602 1603 1603 … … 4380 4380 ( 4381 4381 cat <<\_ASBOX 4382 ## --------------------------------- ##4383 ## Report this to BUG-REPORT-ADDRESS##4384 ## --------------------------------- ##4382 ## ------------------------------------------- ## 4383 ## Report this to orxonox-dev@mail.datacore.ch ## 4384 ## ------------------------------------------- ## 4385 4385 _ASBOX 4386 4386 ) | … … 4692 4692 ( 4693 4693 cat <<\_ASBOX 4694 ## --------------------------------- ##4695 ## Report this to BUG-REPORT-ADDRESS##4696 ## --------------------------------- ##4694 ## ------------------------------------------- ## 4695 ## Report this to orxonox-dev@mail.datacore.ch ## 4696 ## ------------------------------------------- ## 4697 4697 _ASBOX 4698 4698 ) | … … 5290 5290 cat >&5 <<_CSEOF 5291 5291 5292 This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was5292 This file was extended by orxonox $as_me 0.1-pre-alpha, which was 5293 5293 generated by GNU Autoconf 2.59. Invocation command line was 5294 5294 … … 5353 5353 cat >>$CONFIG_STATUS <<_ACEOF 5354 5354 ac_cs_version="\\ 5355 FULL-PACKAGE-NAME config.status VERSION 5355 orxonox config.status 0.1-pre-alpha 5356 5356 configured by $0, generated by GNU Autoconf 2.59, 5357 5357 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Note: See TracChangeset
for help on using the changeset viewer.