public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/elfix:elfix-0.2.x commit in: /, autom4te.cache/, tests/
@ 2011-10-03 15:48 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2011-10-03 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     faa7effb5c96a802b56bae7eb951c7da80b09621
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 15:42:16 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 15:47:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=faa7effb

Prepare release 0.2.2

---
 autom4te.cache/requests |   38 +++++++++++++++++++-------------------
 configure.ac            |    2 +-
 tests/Makefile.in       |    1 +
 3 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/autom4te.cache/requests b/autom4te.cache/requests
index 9162197..4be421f 100644
--- a/autom4te.cache/requests
+++ b/autom4te.cache/requests
@@ -64,8 +64,8 @@
                         'AM_SET_LEADING_DOT' => 1,
                         'AM_SET_DEPDIR' => 1,
                         '_AM_DEPENDENCIES' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
                         'm4_include' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
                         '_AC_AM_CONFIG_HEADER_HOOK' => 1,
                         'AU_DEFUN' => 1,
                         'AM_MAKE_INCLUDE' => 1
@@ -83,55 +83,55 @@
                         'configure.ac'
                       ],
                       {
-                        '_LT_AC_TAGCONFIG' => 1,
                         'AM_PROG_F77_C_O' => 1,
-                        'AC_INIT' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
                         'm4_pattern_forbid' => 1,
-                        '_AM_COND_IF' => 1,
+                        'AC_INIT' => 1,
                         'AC_CANONICAL_TARGET' => 1,
-                        'AC_SUBST' => 1,
+                        '_AM_COND_IF' => 1,
                         'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'AC_FC_SRCEXT' => 1,
+                        'AC_SUBST' => 1,
                         'AC_CANONICAL_HOST' => 1,
+                        'AC_FC_SRCEXT' => 1,
                         'AC_PROG_LIBTOOL' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
-                        'AM_PATH_GUILE' => 1,
                         'AC_CONFIG_SUBDIRS' => 1,
+                        'AM_PATH_GUILE' => 1,
                         'AM_AUTOMAKE_VERSION' => 1,
                         'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
                         'AC_CONFIG_LINKS' => 1,
-                        'm4_sinclude' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
                         'LT_SUPPORTED_TAG' => 1,
+                        'm4_sinclude' => 1,
                         'AM_MAINTAINER_MODE' => 1,
                         'AM_NLS' => 1,
                         'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
                         '_m4_warn' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
                         'AM_PROG_CXX_C_O' => 1,
-                        '_AM_COND_ENDIF' => 1,
                         '_AM_MAKEFILE_INCLUDE' => 1,
+                        '_AM_COND_ENDIF' => 1,
                         'AM_ENABLE_MULTILIB' => 1,
                         'AM_SILENT_RULES' => 1,
                         'AM_PROG_MOC' => 1,
                         'AC_CONFIG_FILES' => 1,
-                        'include' => 1,
                         'LT_INIT' => 1,
-                        'AM_PROG_AR' => 1,
+                        'include' => 1,
                         'AM_GNU_GETTEXT' => 1,
+                        'AM_PROG_AR' => 1,
                         'AC_LIBSOURCE' => 1,
-                        'AM_PROG_FC_C_O' => 1,
                         'AC_CANONICAL_BUILD' => 1,
+                        'AM_PROG_FC_C_O' => 1,
                         'AC_FC_FREEFORM' => 1,
                         'AH_OUTPUT' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_CONFIG_AUX_DIR' => 1,
-                        'sinclude' => 1,
-                        'AM_PROG_CC_C_O' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'm4_pattern_allow' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'sinclude' => 1,
                         'AM_CONDITIONAL' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
                         'AC_CONFIG_HEADERS' => 1,
                         'AC_DEFINE_TRACE_LITERAL' => 1,
                         'AM_POT_TOOLS' => 1,

diff --git a/configure.ac b/configure.ac
index 3cc18a7..ed6cd70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([elfix], [0.2.1], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.2.2], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.11 foreign])

diff --git a/tests/Makefile.in b/tests/Makefile.in
index 1753801..f44395d 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -149,6 +149,7 @@ top_srcdir = @top_srcdir@
 bad_gnustack_SOURCES = bad-gnustack.c
 bad_gnustack_DEPENDENCIES = bad-asm.o
 bad_gnustack_LDADD = bad-asm.o
+EXTRA_DIST = bad64.asm bad32.asm
 ARCH = $(shell uname -m | sed -e 's/i./x/')
 check_SCRIPTS = test.sh
 TEST = $(check_SCRIPTS)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/elfix:elfix-0.2.x commit in: /, autom4te.cache/, tests/
@ 2011-10-03 16:05 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2011-10-03 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     14098ad8b92641fc226bdbffb4bbe89e24703f6d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 15:42:16 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 16:05:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=14098ad8

Prepare release 0.2.2

---
 autom4te.cache/output.0 |   20 ++++++++++----------
 autom4te.cache/output.1 |   20 ++++++++++----------
 autom4te.cache/traces.1 |    2 +-
 configure               |   20 ++++++++++----------
 configure.ac            |    2 +-
 tests/Makefile.in       |    1 +
 6 files changed, 33 insertions(+), 32 deletions(-)

diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0
index 1ff3631..c433ff7 100644
--- a/autom4te.cache/output.0
+++ b/autom4te.cache/output.0
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.68 for elfix 0.2.1.
+@%:@ Generated by GNU Autoconf 2.68 for elfix 0.2.2.
 @%:@
 @%:@ Report bugs to <http://bugs.gentoo.org/>.
 @%:@ 
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='elfix'
 PACKAGE_TARNAME='elfix'
-PACKAGE_VERSION='0.2.1'
-PACKAGE_STRING='elfix 0.2.1'
+PACKAGE_VERSION='0.2.2'
+PACKAGE_STRING='elfix 0.2.2'
 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 elfix 0.2.1 to adapt to many kinds of systems.
+\`configure' configures elfix 0.2.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1316,7 +1316,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of elfix 0.2.1:";;
+     short | recursive ) echo "Configuration of elfix 0.2.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1406,7 +1406,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-elfix configure 0.2.1
+elfix configure 0.2.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1829,7 +1829,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 elfix $as_me 0.2.1, which was
+It was created by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2650,7 +2650,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='elfix'
- VERSION='0.2.1'
+ VERSION='0.2.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5146,7 +5146,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 elfix $as_me 0.2.1, which was
+This file was extended by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5212,7 +5212,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="\\
-elfix config.status 0.2.1
+elfix config.status 0.2.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 

diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1
index 1ff3631..c433ff7 100644
--- a/autom4te.cache/output.1
+++ b/autom4te.cache/output.1
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.68 for elfix 0.2.1.
+@%:@ Generated by GNU Autoconf 2.68 for elfix 0.2.2.
 @%:@
 @%:@ Report bugs to <http://bugs.gentoo.org/>.
 @%:@ 
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='elfix'
 PACKAGE_TARNAME='elfix'
-PACKAGE_VERSION='0.2.1'
-PACKAGE_STRING='elfix 0.2.1'
+PACKAGE_VERSION='0.2.2'
+PACKAGE_STRING='elfix 0.2.2'
 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 elfix 0.2.1 to adapt to many kinds of systems.
+\`configure' configures elfix 0.2.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1316,7 +1316,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of elfix 0.2.1:";;
+     short | recursive ) echo "Configuration of elfix 0.2.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1406,7 +1406,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-elfix configure 0.2.1
+elfix configure 0.2.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1829,7 +1829,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 elfix $as_me 0.2.1, which was
+It was created by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2650,7 +2650,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='elfix'
- VERSION='0.2.1'
+ VERSION='0.2.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5146,7 +5146,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 elfix $as_me 0.2.1, which was
+This file was extended by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5212,7 +5212,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="\\
-elfix config.status 0.2.1
+elfix config.status 0.2.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 

diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1
index 8758736..d8802d0 100644
--- a/autom4te.cache/traces.1
+++ b/autom4te.cache/traces.1
@@ -1,4 +1,4 @@
-m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.2.1], [http://bugs.gentoo.org/])
+m4trace:configure.ac:5: -1- AC_INIT([elfix], [0.2.2], [http://bugs.gentoo.org/])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])

diff --git a/configure b/configure
index 0f86cf2..57bf4f7 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.68 for elfix 0.2.1.
+# Generated by GNU Autoconf 2.68 for elfix 0.2.2.
 #
 # Report bugs to <http://bugs.gentoo.org/>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='elfix'
 PACKAGE_TARNAME='elfix'
-PACKAGE_VERSION='0.2.1'
-PACKAGE_STRING='elfix 0.2.1'
+PACKAGE_VERSION='0.2.2'
+PACKAGE_STRING='elfix 0.2.2'
 PACKAGE_BUGREPORT='http://bugs.gentoo.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 elfix 0.2.1 to adapt to many kinds of systems.
+\`configure' configures elfix 0.2.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1316,7 +1316,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of elfix 0.2.1:";;
+     short | recursive ) echo "Configuration of elfix 0.2.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1406,7 +1406,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-elfix configure 0.2.1
+elfix configure 0.2.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1829,7 +1829,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 elfix $as_me 0.2.1, which was
+It was created by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2650,7 +2650,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='elfix'
- VERSION='0.2.1'
+ VERSION='0.2.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5146,7 +5146,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 elfix $as_me 0.2.1, which was
+This file was extended by elfix $as_me 0.2.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5212,7 +5212,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="\\
-elfix config.status 0.2.1
+elfix config.status 0.2.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 

diff --git a/configure.ac b/configure.ac
index 3cc18a7..ed6cd70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([elfix], [0.2.1], [http://bugs.gentoo.org/])
+AC_INIT([elfix], [0.2.2], [http://bugs.gentoo.org/])
 AC_CONFIG_SRCDIR([src/fix-gnustack.c])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.11 foreign])

diff --git a/tests/Makefile.in b/tests/Makefile.in
index 1753801..f44395d 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -149,6 +149,7 @@ top_srcdir = @top_srcdir@
 bad_gnustack_SOURCES = bad-gnustack.c
 bad_gnustack_DEPENDENCIES = bad-asm.o
 bad_gnustack_LDADD = bad-asm.o
+EXTRA_DIST = bad64.asm bad32.asm
 ARCH = $(shell uname -m | sed -e 's/i./x/')
 check_SCRIPTS = test.sh
 TEST = $(check_SCRIPTS)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-03 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 16:05 [gentoo-commits] proj/elfix:elfix-0.2.x commit in: /, autom4te.cache/, tests/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 15:48 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox