From: stewartamiles Date: Tue, 16 Sep 2008 01:05:57 +0000 (+0000) Subject: Mon Sep 15 17:21:22 2008 Google Inc. X-Git-Tag: cmocka-1.1.1~378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e2e02263e682eb8b2177f5d856eb843706761ac;p=platform%2Fupstream%2Fcmocka.git Mon Sep 15 17:21:22 2008 Google Inc. * cmockery: version 0.12 * Made it possible to specify additional compiler, lib tool and link flags on Windows. * Added Windows makefile to the tar ball. Fri Aug 29 10:50:46 2008 Google Inc. git-svn-id: http://cmockery.googlecode.com/svn/trunk@17 40f4469a-5155-0410-be90-2de3f0bae501 --- diff --git a/configure b/configure index 934d9d2..835f0e5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for cmockery 0.11. +# Generated by GNU Autoconf 2.59 for cmockery 0.1.2. # # Report bugs to . # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='cmockery' PACKAGE_TARNAME='cmockery' -PACKAGE_VERSION='0.11' -PACKAGE_STRING='cmockery 0.11' +PACKAGE_VERSION='0.1.2' +PACKAGE_STRING='cmockery 0.1.2' PACKAGE_BUGREPORT='opensource@google.com' ac_unique_file="README" @@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures cmockery 0.11 to adapt to many kinds of systems. +\`configure' configures cmockery 0.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1020,7 +1020,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of cmockery 0.11:";; + short | recursive ) echo "Configuration of cmockery 0.1.2:";; esac cat <<\_ACEOF @@ -1163,7 +1163,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -cmockery configure 0.11 +cmockery configure 0.1.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1177,7 +1177,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by cmockery $as_me 0.11, which was +It was created by cmockery $as_me 0.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1823,7 +1823,7 @@ fi # Define the identity of the package. PACKAGE='cmockery' - VERSION='0.11' + VERSION='0.1.2' cat >>confdefs.h <<_ACEOF @@ -22247,7 +22247,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by cmockery $as_me 0.11, which was +This file was extended by cmockery $as_me 0.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22310,7 +22310,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -cmockery config.status 0.11 +cmockery config.status 0.1.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 8cd8155..97fe70d 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(cmockery, 0.12, opensource@google.com) +AC_INIT(cmockery, 0.1.2, opensource@google.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README)