From 40b17474bd39ee056bad304ba8a76821e3c271b4 Mon Sep 17 00:00:00 2001 From: tumluliu Date: Wed, 23 Dec 2015 10:42:34 +0800 Subject: [PATCH] autoconf auto generated files --- Makefile | 6 +++--- configure | 20 ++++++++++---------- libtool | 2 +- src/Makefile | 8 ++++---- src/Makefile.in | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 81baf46..142c5e6 100644 --- a/Makefile +++ b/Makefile @@ -257,17 +257,17 @@ OTOOL64 = : PACKAGE = mmspa4pg PACKAGE_BUGREPORT = nudtlliu@gmail.com PACKAGE_NAME = mmspa4pg -PACKAGE_STRING = mmspa4pg 2.0 +PACKAGE_STRING = mmspa4pg 1.1 PACKAGE_TARNAME = mmspa4pg PACKAGE_URL = -PACKAGE_VERSION = 2.0 +PACKAGE_VERSION = 1.1 PATH_SEPARATOR = : RANLIB = ranlib SED = /usr/bin/sed SET_MAKE = SHELL = /bin/sh STRIP = strip -VERSION = 2.0 +VERSION = 1.1 abs_builddir = /Users/user/Projects/mmspa abs_srcdir = /Users/user/Projects/mmspa abs_top_builddir = /Users/user/Projects/mmspa diff --git a/configure b/configure index e993b27..9254ce9 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.69 for mmspa4pg 2.0. +# Generated by GNU Autoconf 2.69 for mmspa4pg 1.1. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='mmspa4pg' PACKAGE_TARNAME='mmspa4pg' -PACKAGE_VERSION='2.0' -PACKAGE_STRING='mmspa4pg 2.0' +PACKAGE_VERSION='1.1' +PACKAGE_STRING='mmspa4pg 1.1' PACKAGE_BUGREPORT='nudtlliu@gmail.com' PACKAGE_URL='' @@ -1312,7 +1312,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 mmspa4pg 2.0 to adapt to many kinds of systems. +\`configure' configures mmspa4pg 1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1382,7 +1382,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mmspa4pg 2.0:";; + short | recursive ) echo "Configuration of mmspa4pg 1.1:";; esac cat <<\_ACEOF @@ -1492,7 +1492,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mmspa4pg configure 2.0 +mmspa4pg configure 1.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1861,7 +1861,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mmspa4pg $as_me 2.0, which was +It was created by mmspa4pg $as_me 1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2729,7 +2729,7 @@ fi # Define the identity of the package. PACKAGE='mmspa4pg' - VERSION='2.0' + VERSION='1.1' cat >>confdefs.h <<_ACEOF @@ -12816,7 +12816,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mmspa4pg $as_me 2.0, which was +This file was extended by mmspa4pg $as_me 1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12882,7 +12882,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mmspa4pg config.status 2.0 +mmspa4pg config.status 1.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/libtool b/libtool index ce9bac7..ccfef78 100755 --- a/libtool +++ b/libtool @@ -1,5 +1,5 @@ #! /bin/sh -# Generated automatically by config.status (mmspa4pg) 2.0 +# Generated automatically by config.status (mmspa4pg) 1.1 # Libtool was configured on host liulu-mba.local: # NOTE: Changes made to this file will be lost: look at ltmain.sh. diff --git a/src/Makefile b/src/Makefile index 6d0729a..a47dddd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -259,17 +259,17 @@ OTOOL64 = : PACKAGE = mmspa4pg PACKAGE_BUGREPORT = nudtlliu@gmail.com PACKAGE_NAME = mmspa4pg -PACKAGE_STRING = mmspa4pg 2.0 +PACKAGE_STRING = mmspa4pg 1.1 PACKAGE_TARNAME = mmspa4pg PACKAGE_URL = -PACKAGE_VERSION = 2.0 +PACKAGE_VERSION = 1.1 PATH_SEPARATOR = : RANLIB = ranlib SED = /usr/bin/sed SET_MAKE = SHELL = /bin/sh STRIP = strip -VERSION = 2.0 +VERSION = 1.1 abs_builddir = /Users/user/Projects/mmspa/src abs_srcdir = /Users/user/Projects/mmspa/src abs_top_builddir = /Users/user/Projects/mmspa @@ -329,7 +329,7 @@ libmmspa4pg_la_SOURCES = mmspa4pg.c \ mmtwoq.c \ graphassembler.c -libmmspa4pg_la_LDFLAGS = -version-info 2:0:0 +libmmspa4pg_la_LDFLAGS = -version-info 1:1:0 libmmspa4pg_la_LIBADD = -lpq pkginclude_HEADERS = $(top_srcdir)/include/mmspa4pg.h \ $(top_srcdir)/include/graphassembler.h \ diff --git a/src/Makefile.in b/src/Makefile.in index 31b4758..cdabb46 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -329,7 +329,7 @@ libmmspa4pg_la_SOURCES = mmspa4pg.c \ mmtwoq.c \ graphassembler.c -libmmspa4pg_la_LDFLAGS = -version-info 2:0:0 +libmmspa4pg_la_LDFLAGS = -version-info 1:1:0 libmmspa4pg_la_LIBADD = -lpq pkginclude_HEADERS = $(top_srcdir)/include/mmspa4pg.h \ $(top_srcdir)/include/graphassembler.h \