Changeset 1333:efdf17e95211


Ignore:
Timestamp:
09/03/09 22:11:52 (2 years ago)
Author:
niam
Branch:
default
Message:

configure: use '0.0.0' as version of package in tip

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1331 r1333  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.63 for libdodo 0.11.0. 
     3# Generated by GNU Autoconf 2.63 for libdodo 0.0.0. 
    44# 
    55# Report bugs to <issues.libdodo.org>. 
     
    597597PACKAGE_NAME='libdodo' 
    598598PACKAGE_TARNAME='libdodo' 
    599 PACKAGE_VERSION='0.11.0' 
    600 PACKAGE_STRING='libdodo 0.11.0' 
     599PACKAGE_VERSION='0.0.0' 
     600PACKAGE_STRING='libdodo 0.0.0' 
    601601PACKAGE_BUGREPORT='issues.libdodo.org' 
    602602 
     
    12991299  # This message is too long to be a string in the A/UX 3.1 sh. 
    13001300  cat <<_ACEOF 
    1301 \`configure' configures libdodo 0.11.0 to adapt to many kinds of systems. 
     1301\`configure' configures libdodo 0.0.0 to adapt to many kinds of systems. 
    13021302 
    13031303Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13601360if test -n "$ac_init_help"; then 
    13611361  case $ac_init_help in 
    1362      short | recursive ) echo "Configuration of libdodo 0.11.0:";; 
     1362     short | recursive ) echo "Configuration of libdodo 0.0.0:";; 
    13631363   esac 
    13641364  cat <<\_ACEOF 
     
    14911491if $ac_init_version; then 
    14921492  cat <<\_ACEOF 
    1493 libdodo configure 0.11.0 
     1493libdodo configure 0.0.0 
    14941494generated by GNU Autoconf 2.63 
    14951495 
     
    15051505running configure, to aid debugging if configure makes a mistake. 
    15061506 
    1507 It was created by libdodo $as_me 0.11.0, which was 
     1507It was created by libdodo $as_me 0.0.0, which was 
    15081508generated by GNU Autoconf 2.63.  Invocation command line was 
    15091509 
     
    1131811318# values after options handling. 
    1131911319ac_log=" 
    11320 This file was extended by libdodo $as_me 0.11.0, which was 
     11320This file was extended by libdodo $as_me 0.0.0, which was 
    1132111321generated by GNU Autoconf 2.63.  Invocation command line was 
    1132211322 
     
    1136811368cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1136911369ac_cs_version="\\ 
    11370 libdodo config.status 0.11.0 
     11370libdodo config.status 0.0.0 
    1137111371configured by $0, generated by GNU Autoconf 2.63, 
    1137211372  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • trunk/configure.in

    r1331 r1333  
    55## 
    66 
    7 AC_INIT(libdodo, 0.11.0, issues.libdodo.org) 
     7AC_INIT(libdodo, 0.0.0, issues.libdodo.org) 
    88 
    99OS=$(uname) 
Note: See TracChangeset for help on using the changeset viewer.