Changeset 1405:79f6066ff36a


Ignore:
Timestamp:
11/08/09 01:38:50 (2 years ago)
Author:
niam
Branch:
libdodo
Parents:
1359:3a2f2a6c7bd3 (diff), 1404:6336d99136a6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge libdodo with tip

Files:
342 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/configure

    r1397 r1405  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.63 for libdodo 0.0.0. 
     3# Generated by GNU Autoconf 2.63 for libdodo 0.12.0. 
    44# 
    55# Report bugs to <issues.libdodo.org>. 
     
    597597PACKAGE_NAME='libdodo' 
    598598PACKAGE_TARNAME='libdodo' 
    599 PACKAGE_VERSION='0.0.0' 
    600 PACKAGE_STRING='libdodo 0.0.0' 
     599PACKAGE_VERSION='0.12.0' 
     600PACKAGE_STRING='libdodo 0.12.0' 
    601601PACKAGE_BUGREPORT='issues.libdodo.org' 
    602602 
     
    12971297  # This message is too long to be a string in the A/UX 3.1 sh. 
    12981298  cat <<_ACEOF 
    1299 \`configure' configures libdodo 0.0.0 to adapt to many kinds of systems. 
     1299\`configure' configures libdodo 0.12.0 to adapt to many kinds of systems. 
    13001300 
    13011301Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13581358if test -n "$ac_init_help"; then 
    13591359  case $ac_init_help in 
    1360      short | recursive ) echo "Configuration of libdodo 0.0.0:";; 
     1360     short | recursive ) echo "Configuration of libdodo 0.12.0:";; 
    13611361   esac 
    13621362  cat <<\_ACEOF 
     
    14871487if $ac_init_version; then 
    14881488  cat <<\_ACEOF 
    1489 libdodo configure 0.0.0 
     1489libdodo configure 0.12.0 
    14901490generated by GNU Autoconf 2.63 
    14911491 
     
    15011501running configure, to aid debugging if configure makes a mistake. 
    15021502 
    1503 It was created by libdodo $as_me 0.0.0, which was 
     1503It was created by libdodo $as_me 0.12.0, which was 
    15041504generated by GNU Autoconf 2.63.  Invocation command line was 
    15051505 
     
    1086610866# values after options handling. 
    1086710867ac_log=" 
    10868 This file was extended by libdodo $as_me 0.0.0, which was 
     10868This file was extended by libdodo $as_me 0.12.0, which was 
    1086910869generated by GNU Autoconf 2.63.  Invocation command line was 
    1087010870 
     
    1091610916cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1091710917ac_cs_version="\\ 
    10918 libdodo config.status 0.0.0 
     10918libdodo config.status 0.12.0 
    1091910919configured by $0, generated by GNU Autoconf 2.63, 
    1092010920  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • src/configure.in

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