Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3197 in orxonox.OLD


Ignore:
Timestamp:
Dec 17, 2004, 12:37:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better versioning. Gentoo-standart

Location:
orxonox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r3196 r3197  
    11#! /bin/sh
    22# 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.
    44#
    55# Report bugs to <orxonox-dev@mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.1-pre-alpha'
    273 PACKAGE_STRING='orxonox 0.1-pre-alpha'
     272PACKAGE_VERSION='0.2.0_alpha-r1'
     273PACKAGE_STRING='orxonox 0.2.0_alpha-r1'
    274274PACKAGE_BUGREPORT='orxonox-dev@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.1-pre-alpha to adapt to many kinds of systems.
     791\`configure' configures orxonox 0.2.0_alpha-r1 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.1-pre-alpha:";;
     858     short | recursive ) echo "Configuration of orxonox 0.2.0_alpha-r1:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    984984if $ac_init_version; then
    985985  cat <<\_ACEOF
    986 orxonox configure 0.1-pre-alpha
     986orxonox configure 0.2.0_alpha-r1
    987987generated by GNU Autoconf 2.59
    988988
     
    998998running configure, to aid debugging if configure makes a mistake.
    999999
    1000 It was created by orxonox $as_me 0.1-pre-alpha, which was
     1000It was created by orxonox $as_me 0.2.0_alpha-r1, which was
    10011001generated by GNU Autoconf 2.59.  Invocation command line was
    10021002
     
    17191719# Define the identity of the package.
    17201720 PACKAGE='orxonox'
    1721  VERSION='0.1-pre-alpha'
     1721 VERSION='0.2.0_alpha-r1'
    17221722
    17231723
     
    79377937cat >&5 <<_CSEOF
    79387938
    7939 This file was extended by orxonox $as_me 0.1-pre-alpha, which was
     7939This file was extended by orxonox $as_me 0.2.0_alpha-r1, which was
    79407940generated by GNU Autoconf 2.59.  Invocation command line was
    79417941
     
    80008000cat >>$CONFIG_STATUS <<_ACEOF
    80018001ac_cs_version="\\
    8002 orxonox config.status 0.1-pre-alpha
     8002orxonox config.status 0.2.0_alpha-r1
    80038003configured by $0, generated by GNU Autoconf 2.59,
    80048004  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  • orxonox/trunk/configure.ac

    r3196 r3197  
    33
    44#AC_PREREQ(2.56)
    5 AC_INIT(orxonox, 0.1-pre-alpha, orxonox-dev@mail.datacore.ch)
     5AC_INIT(orxonox, 0.2.0_alpha-r1, orxonox-dev@mail.datacore.ch)
    66
    77# Detect the canonical host and target build environment.
  • orxonox/trunk/src/Makefile.am

    r3196 r3197  
    6969endif
    7070
    71 SUBDIRS = importer \
     71SUBDIRS = . \
     72          importer \
    7273          gui \
    7374          $(GTK_PROGS)
  • orxonox/trunk/src/Makefile.in

    r3196 r3197  
    9595ETAGS = etags
    9696CTAGS = ctags
    97 DIST_SUBDIRS = importer gui console
     97DIST_SUBDIRS = . importer gui console
    9898DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    9999ACLOCAL = @ACLOCAL@
     
    250250@HAVE_GTK2_FALSE@GTK_PROGS =
    251251@HAVE_GTK2_TRUE@GTK_PROGS = console
    252 SUBDIRS = importer \
     252SUBDIRS = . \
     253          importer \
    253254          gui \
    254255          $(GTK_PROGS)
Note: See TracChangeset for help on using the changeset viewer.