Changeset 3197 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Dec 17, 2004, 12:37:04 AM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3196 r3197 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. 1-pre-alpha.3 # Generated by GNU Autoconf 2.59 for orxonox 0.2.0_alpha-r1. 4 4 # 5 5 # Report bugs to <orxonox-dev@mail.datacore.ch>. … … 270 270 PACKAGE_NAME='orxonox' 271 271 PACKAGE_TARNAME='orxonox' 272 PACKAGE_VERSION='0. 1-pre-alpha'273 PACKAGE_STRING='orxonox 0. 1-pre-alpha'272 PACKAGE_VERSION='0.2.0_alpha-r1' 273 PACKAGE_STRING='orxonox 0.2.0_alpha-r1' 274 274 PACKAGE_BUGREPORT='orxonox-dev@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. 1-pre-alphato adapt to many kinds of systems.791 \`configure' configures orxonox 0.2.0_alpha-r1 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. 1-pre-alpha:";;858 short | recursive ) echo "Configuration of orxonox 0.2.0_alpha-r1:";; 859 859 esac 860 860 cat <<\_ACEOF … … 984 984 if $ac_init_version; then 985 985 cat <<\_ACEOF 986 orxonox configure 0. 1-pre-alpha986 orxonox configure 0.2.0_alpha-r1 987 987 generated by GNU Autoconf 2.59 988 988 … … 998 998 running configure, to aid debugging if configure makes a mistake. 999 999 1000 It was created by orxonox $as_me 0. 1-pre-alpha, which was1000 It was created by orxonox $as_me 0.2.0_alpha-r1, which was 1001 1001 generated by GNU Autoconf 2.59. Invocation command line was 1002 1002 … … 1719 1719 # Define the identity of the package. 1720 1720 PACKAGE='orxonox' 1721 VERSION='0. 1-pre-alpha'1721 VERSION='0.2.0_alpha-r1' 1722 1722 1723 1723 … … 7937 7937 cat >&5 <<_CSEOF 7938 7938 7939 This file was extended by orxonox $as_me 0. 1-pre-alpha, which was7939 This file was extended by orxonox $as_me 0.2.0_alpha-r1, which was 7940 7940 generated by GNU Autoconf 2.59. Invocation command line was 7941 7941 … … 8000 8000 cat >>$CONFIG_STATUS <<_ACEOF 8001 8001 ac_cs_version="\\ 8002 orxonox config.status 0. 1-pre-alpha8002 orxonox config.status 0.2.0_alpha-r1 8003 8003 configured by $0, generated by GNU Autoconf 2.59, 8004 8004 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
orxonox/trunk/configure.ac
r3196 r3197 3 3 4 4 #AC_PREREQ(2.56) 5 AC_INIT(orxonox, 0. 1-pre-alpha, orxonox-dev@mail.datacore.ch)5 AC_INIT(orxonox, 0.2.0_alpha-r1, orxonox-dev@mail.datacore.ch) 6 6 7 7 # Detect the canonical host and target build environment. -
orxonox/trunk/src/Makefile.am
r3196 r3197 69 69 endif 70 70 71 SUBDIRS = importer \ 71 SUBDIRS = . \ 72 importer \ 72 73 gui \ 73 74 $(GTK_PROGS) -
orxonox/trunk/src/Makefile.in
r3196 r3197 95 95 ETAGS = etags 96 96 CTAGS = ctags 97 DIST_SUBDIRS = importer gui console97 DIST_SUBDIRS = . importer gui console 98 98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99 99 ACLOCAL = @ACLOCAL@ … … 250 250 @HAVE_GTK2_FALSE@GTK_PROGS = 251 251 @HAVE_GTK2_TRUE@GTK_PROGS = console 252 SUBDIRS = importer \ 252 SUBDIRS = . \ 253 importer \ 253 254 gui \ 254 255 $(GTK_PROGS)
Note: See TracChangeset
for help on using the changeset viewer.