Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3569 in orxonox.OLD


Ignore:
Timestamp:
Mar 16, 2005, 2:03:14 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new Version number set.
V0.2.2-pre-alpha

Location:
orxonox/trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r3558 r3569  
    11#! /bin/sh
    22# 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.
    44#
    55# Report bugs to <orxonox-dev at mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.2.1-pre-alpha'
    273 PACKAGE_STRING='orxonox 0.2.1-pre-alpha'
     272PACKAGE_VERSION='0.2.2-pre-alpha'
     273PACKAGE_STRING='orxonox 0.2.2-pre-alpha'
    274274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
    275275
     
    789789  # This message is too long to be a string in the A/UX 3.1 sh.
    790790  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.
    792792
    793793Usage: $0 [OPTION]... [VAR=VALUE]...
     
    856856if test -n "$ac_init_help"; then
    857857  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:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    990990if $ac_init_version; then
    991991  cat <<\_ACEOF
    992 orxonox configure 0.2.1-pre-alpha
     992orxonox configure 0.2.2-pre-alpha
    993993generated by GNU Autoconf 2.59
    994994
     
    10041004running configure, to aid debugging if configure makes a mistake.
    10051005
    1006 It was created by orxonox $as_me 0.2.1-pre-alpha, which was
     1006It was created by orxonox $as_me 0.2.2-pre-alpha, which was
    10071007generated by GNU Autoconf 2.59.  Invocation command line was
    10081008
     
    17241724# Define the identity of the package.
    17251725 PACKAGE='orxonox'
    1726  VERSION='0.2.1-pre-alpha'
     1726 VERSION='0.2.2-pre-alpha'
    17271727
    17281728
     
    86408640cat >&5 <<_CSEOF
    86418641
    8642 This file was extended by orxonox $as_me 0.2.1-pre-alpha, which was
     8642This file was extended by orxonox $as_me 0.2.2-pre-alpha, which was
    86438643generated by GNU Autoconf 2.59.  Invocation command line was
    86448644
     
    87038703cat >>$CONFIG_STATUS <<_ACEOF
    87048704ac_cs_version="\\
    8705 orxonox config.status 0.2.1-pre-alpha
     8705orxonox config.status 0.2.2-pre-alpha
    87068706configured by $0, generated by GNU Autoconf 2.59,
    87078707  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  • orxonox/trunk/configure.ac

    r3558 r3569  
    2323#########################
    2424AC_PREREQ(2.56)
    25 AC_INIT(orxonox, 0.2.1-pre-alpha, [orxonox-dev at mail.datacore.ch])
     25AC_INIT(orxonox, 0.2.2-pre-alpha, [orxonox-dev at mail.datacore.ch])
    2626
    2727## Detect the canonical host and target build environment.
  • orxonox/trunk/src/Makefile.in

    r3559 r3569  
    325325          esac; \
    326326        done; \
    327         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     327        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    328328        cd $(top_srcdir) && \
    329           $(AUTOMAKE) --foreign  src/Makefile
     329          $(AUTOMAKE) --gnu  src/Makefile
    330330.PRECIOUS: Makefile
    331331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/Makefile.in

    r3558 r3569  
    183183          esac; \
    184184        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
    186186        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --foreign  src/lib/Makefile
     187          $(AUTOMAKE) --gnu  src/lib/Makefile
    188188.PRECIOUS: Makefile
    189189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/graphics/Makefile.in

    r3558 r3569  
    177177          esac; \
    178178        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/Makefile'; \
     179        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/Makefile'; \
    180180        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --foreign  src/lib/graphics/Makefile
     181          $(AUTOMAKE) --gnu  src/lib/graphics/Makefile
    182182.PRECIOUS: Makefile
    183183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/graphics/importer/Makefile.in

    r3558 r3569  
    217217          esac; \
    218218        done; \
    219         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile'; \
     219        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile'; \
    220220        cd $(top_srcdir) && \
    221           $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile
     221          $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile
    222222.PRECIOUS: Makefile
    223223Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/Makefile.in

    r3558 r3569  
    179179          esac; \
    180180        done; \
    181         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
    182182        cd $(top_srcdir) && \
    183           $(AUTOMAKE) --foreign  src/lib/gui/Makefile
     183          $(AUTOMAKE) --gnu  src/lib/gui/Makefile
    184184.PRECIOUS: Makefile
    185185Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/console/Makefile.in

    r3558 r3569  
    205205          esac; \
    206206        done; \
    207         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile'; \
     207        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile'; \
    208208        cd $(top_srcdir) && \
    209           $(AUTOMAKE) --foreign  src/lib/gui/console/Makefile
     209          $(AUTOMAKE) --gnu  src/lib/gui/console/Makefile
    210210.PRECIOUS: Makefile
    211211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/lib/gui/gui/Makefile.in

    r3558 r3569  
    238238          esac; \
    239239        done; \
    240         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile'; \
     240        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile'; \
    241241        cd $(top_srcdir) && \
    242           $(AUTOMAKE) --foreign  src/lib/gui/gui/Makefile
     242          $(AUTOMAKE) --gnu  src/lib/gui/gui/Makefile
    243243.PRECIOUS: Makefile
    244244Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/Makefile.in

    r3558 r3569  
    177177          esac; \
    178178        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
     179        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
    180180        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --foreign  src/subprojects/Makefile
     181          $(AUTOMAKE) --gnu  src/subprojects/Makefile
    182182.PRECIOUS: Makefile
    183183Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/testmain/Makefile.in

    r3558 r3569  
    197197          esac; \
    198198        done; \
    199         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
     199        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
    200200        cd $(top_srcdir) && \
    201           $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
     201          $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
    202202.PRECIOUS: Makefile
    203203Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.