- Timestamp:
- Mar 16, 2005, 2:03:14 AM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3558 r3569 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for orxonox 0.2. 1-pre-alpha.3 # Generated by GNU Autoconf 2.59 for orxonox 0.2.2-pre-alpha. 4 4 # 5 5 # Report bugs to <orxonox-dev at mail.datacore.ch>. … … 270 270 PACKAGE_NAME='orxonox' 271 271 PACKAGE_TARNAME='orxonox' 272 PACKAGE_VERSION='0.2. 1-pre-alpha'273 PACKAGE_STRING='orxonox 0.2. 1-pre-alpha'272 PACKAGE_VERSION='0.2.2-pre-alpha' 273 PACKAGE_STRING='orxonox 0.2.2-pre-alpha' 274 274 PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch' 275 275 … … 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 orxonox 0.2. 1-pre-alpha to adapt to many kinds of systems.791 \`configure' configures orxonox 0.2.2-pre-alpha to adapt to many kinds of systems. 792 792 793 793 Usage: $0 [OPTION]... [VAR=VALUE]... … … 856 856 if test -n "$ac_init_help"; then 857 857 case $ac_init_help in 858 short | recursive ) echo "Configuration of orxonox 0.2. 1-pre-alpha:";;858 short | recursive ) echo "Configuration of orxonox 0.2.2-pre-alpha:";; 859 859 esac 860 860 cat <<\_ACEOF … … 990 990 if $ac_init_version; then 991 991 cat <<\_ACEOF 992 orxonox configure 0.2. 1-pre-alpha992 orxonox configure 0.2.2-pre-alpha 993 993 generated by GNU Autoconf 2.59 994 994 … … 1004 1004 running configure, to aid debugging if configure makes a mistake. 1005 1005 1006 It was created by orxonox $as_me 0.2. 1-pre-alpha, which was1006 It was created by orxonox $as_me 0.2.2-pre-alpha, which was 1007 1007 generated by GNU Autoconf 2.59. Invocation command line was 1008 1008 … … 1724 1724 # Define the identity of the package. 1725 1725 PACKAGE='orxonox' 1726 VERSION='0.2. 1-pre-alpha'1726 VERSION='0.2.2-pre-alpha' 1727 1727 1728 1728 … … 8640 8640 cat >&5 <<_CSEOF 8641 8641 8642 This file was extended by orxonox $as_me 0.2. 1-pre-alpha, which was8642 This file was extended by orxonox $as_me 0.2.2-pre-alpha, which was 8643 8643 generated by GNU Autoconf 2.59. Invocation command line was 8644 8644 … … 8703 8703 cat >>$CONFIG_STATUS <<_ACEOF 8704 8704 ac_cs_version="\\ 8705 orxonox config.status 0.2. 1-pre-alpha8705 orxonox config.status 0.2.2-pre-alpha 8706 8706 configured by $0, generated by GNU Autoconf 2.59, 8707 8707 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
orxonox/trunk/configure.ac
r3558 r3569 23 23 ######################### 24 24 AC_PREREQ(2.56) 25 AC_INIT(orxonox, 0.2. 1-pre-alpha, [orxonox-dev at mail.datacore.ch])25 AC_INIT(orxonox, 0.2.2-pre-alpha, [orxonox-dev at mail.datacore.ch]) 26 26 27 27 ## Detect the canonical host and target build environment. -
orxonox/trunk/src/Makefile.in
r3559 r3569 325 325 esac; \ 326 326 done; \ 327 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/Makefile'; \327 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 328 328 cd $(top_srcdir) && \ 329 $(AUTOMAKE) -- foreignsrc/Makefile329 $(AUTOMAKE) --gnu src/Makefile 330 330 .PRECIOUS: Makefile 331 331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/Makefile.in
r3558 r3569 183 183 esac; \ 184 184 done; \ 185 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/Makefile'; \185 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile'; \ 186 186 cd $(top_srcdir) && \ 187 $(AUTOMAKE) -- foreignsrc/lib/Makefile187 $(AUTOMAKE) --gnu src/lib/Makefile 188 188 .PRECIOUS: Makefile 189 189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/graphics/Makefile.in
r3558 r3569 177 177 esac; \ 178 178 done; \ 179 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/graphics/Makefile'; \179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/graphics/Makefile'; \ 180 180 cd $(top_srcdir) && \ 181 $(AUTOMAKE) -- foreignsrc/lib/graphics/Makefile181 $(AUTOMAKE) --gnu src/lib/graphics/Makefile 182 182 .PRECIOUS: Makefile 183 183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/graphics/importer/Makefile.in
r3558 r3569 217 217 esac; \ 218 218 done; \ 219 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/graphics/importer/Makefile'; \219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/graphics/importer/Makefile'; \ 220 220 cd $(top_srcdir) && \ 221 $(AUTOMAKE) -- foreignsrc/lib/graphics/importer/Makefile221 $(AUTOMAKE) --gnu src/lib/graphics/importer/Makefile 222 222 .PRECIOUS: Makefile 223 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/Makefile.in
r3558 r3569 179 179 esac; \ 180 180 done; \ 181 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile'; \181 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/Makefile'; \ 182 182 cd $(top_srcdir) && \ 183 $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile183 $(AUTOMAKE) --gnu src/lib/gui/Makefile 184 184 .PRECIOUS: Makefile 185 185 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/console/Makefile.in
r3558 r3569 205 205 esac; \ 206 206 done; \ 207 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/console/Makefile'; \207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/console/Makefile'; \ 208 208 cd $(top_srcdir) && \ 209 $(AUTOMAKE) -- foreignsrc/lib/gui/console/Makefile209 $(AUTOMAKE) --gnu src/lib/gui/console/Makefile 210 210 .PRECIOUS: Makefile 211 211 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/lib/gui/gui/Makefile.in
r3558 r3569 238 238 esac; \ 239 239 done; \ 240 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/gui/Makefile'; \240 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/gui/Makefile'; \ 241 241 cd $(top_srcdir) && \ 242 $(AUTOMAKE) -- foreignsrc/lib/gui/gui/Makefile242 $(AUTOMAKE) --gnu src/lib/gui/gui/Makefile 243 243 .PRECIOUS: Makefile 244 244 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/subprojects/Makefile.in
r3558 r3569 177 177 esac; \ 178 178 done; \ 179 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/subprojects/Makefile'; \179 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/subprojects/Makefile'; \ 180 180 cd $(top_srcdir) && \ 181 $(AUTOMAKE) -- foreignsrc/subprojects/Makefile181 $(AUTOMAKE) --gnu src/subprojects/Makefile 182 182 .PRECIOUS: Makefile 183 183 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/trunk/src/subprojects/testmain/Makefile.in
r3558 r3569 197 197 esac; \ 198 198 done; \ 199 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/subprojects/testmain/Makefile'; \199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/subprojects/testmain/Makefile'; \ 200 200 cd $(top_srcdir) && \ 201 $(AUTOMAKE) -- foreignsrc/subprojects/testmain/Makefile201 $(AUTOMAKE) --gnu src/subprojects/testmain/Makefile 202 202 .PRECIOUS: Makefile 203 203 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.