From 4f502f7d6b3b8b71d5bdcb8a3ac18711e94e71e9 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sun, 17 Mar 2013 11:57:52 -0600 Subject: [PATCH] autogen 0.4.1 --- aclocal.m4 | 12 ++---------- configure | 14 +++----------- distros/debian/changelog | 4 ++-- ltmain.sh | 4 ++-- po/Makefile.in.in | 2 +- po/udevil.pot | 4 ++-- 6 files changed, 12 insertions(+), 28 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index a53dc87..56bd271 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1990,14 +1990,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `/usr/bin/file conftest.o` in - *x86-64*) - LD="${LD-ld} -m elf32_x86_64" - ;; - *) - LD="${LD-ld} -m elf_i386" - ;; - esac + LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" @@ -2361,8 +2354,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else diff --git a/configure b/configure index 1c535d2..a4a2433 100755 --- a/configure +++ b/configure @@ -2753,7 +2753,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.4.0+ + VERSION=0.4.1 cat >>confdefs.h <<_ACEOF @@ -5695,8 +5695,7 @@ else ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else @@ -7232,14 +7231,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `/usr/bin/file conftest.o` in - *x86-64*) - LD="${LD-ld} -m elf32_x86_64" - ;; - *) - LD="${LD-ld} -m elf_i386" - ;; - esac + LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" diff --git a/distros/debian/changelog b/distros/debian/changelog index 103a2f0..e08b788 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,5 +1,5 @@ -udevil (0.4.0+-1) unstable; urgency=low +udevil (0.4.1-1) unstable; urgency=low * release - -- IgnorantGuru Mon, 11 Feb 2013 16:27:59 +0000 + -- IgnorantGuru Sun, 17 Mar 2013 17:57:49 +0000 diff --git a/ltmain.sh b/ltmain.sh index 499e473..33f642a 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.2 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.2" +VERSION="2.4.2 Debian-2.4.2-1.1" TIMESTAMP="" package_revision=1.3337 diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 90838e2..06a8cfe 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -154,7 +154,7 @@ check: all $(GETTEXT_PACKAGE).pot fi mostlyclean: - rm -f *.pox *.old.po cat-id-tbl.tmp + rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean diff --git a/po/udevil.pot b/po/udevil.pot index 516abab..9a6aef6 100644 --- a/po/udevil.pot +++ b/po/udevil.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: udevil 0.4.0+\n" +"Project-Id-Version: udevil 0.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-22 13:49+0000\n" +"POT-Creation-Date: 2013-03-17 17:57+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"