Hello community,

here is the log from the commit of package alsa-firmware for openSUSE:Factory 
checked in at 2013-04-14 10:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-firmware", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-firmware/alsa-firmware.changes      
2012-01-27 15:16:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-firmware.new/alsa-firmware.changes 
2013-04-14 10:11:15.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 15:31:37 CEST 2013 - [email protected]
+
+- Updated to version 1.0.27:
+  add firmware files for CA0132 HD-audio codec
+- Fix macros for udev rules installation path
+
+-------------------------------------------------------------------

Old:
----
  alsa-firmware-1.0.25.tar.bz2

New:
----
  alsa-firmware-1.0.27.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa-firmware.spec ++++++
--- /var/tmp/diff_new_pack.NWVOtc/_old  2013-04-14 10:11:17.000000000 +0200
+++ /var/tmp/diff_new_pack.NWVOtc/_new  2013-04-14 10:11:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-firmware
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,17 @@
 
 
 Name:           alsa-firmware
-%define package_version        1.0.25
+%define package_version        1.0.27
 Url:            http://www.alsa-project.org/
 Summary:        Firmware Data Files for ALSA
 License:        GPL-2.0+
 Group:          Hardware/Other
 BuildRequires:  automake
-Version:        1.0.25
+%if 0%{?suse_version} > 1220
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(udev)
+%endif
+Version:        1.0.27
 Release:        0
 Source:         
ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
 Source1:        usx2yaudio.rules
@@ -31,12 +35,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       alsa
+%if 0%{?suse_version} > 1220
+%define _udevdir %(pkg-config --variable=udevdir udev)
+%else
+%define _udevdir /etc/udev
+%endif
 
 %description
 Various firmware data files for ALSA drivers.
 
-
-
 %prep
 %setup -q -n %{name}-%{package_version}
 
@@ -54,7 +61,7 @@
 for d in vxloader mixartloader pcxhrloader; do
   rm -rf $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/$d
 done
-%if %suse_version >= 1120
+%if 0%{?suse_version} >= 1120
 # some files are included in the new "kernel-firmware" package
 for d in ess korg sb16 yamaha; do
   rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
@@ -76,22 +83,21 @@
 rm -rf $RPM_BUILD_ROOT/lib/firmware/turtlebeach
 # install documents
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-for d in echoaudio hdsploader mixartloader pcxhrloader usx2yloader vxloader 
asihpi; do
+for d in echoaudio hdsploader mixartloader pcxhrloader usx2yloader vxloader 
asihpi ca0132; do
   (cd $d
   n=${d##*/}
   mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/$n
-  for f in AUTHORS COPYING ChangeLog NEWS README* TODO; do
+  for f in AUTHORS COPYING ChangeLog NEWS README* TODO creative.txt; do
     test -f $f || continue
     install -c -m 0644 $f $RPM_BUILD_ROOT%{_docdir}/%{name}/$n
   done
   )
 done
 # udev rules
-mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d
-%if %suse_version > 1020
-install -c -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/udev/rules.d/52-usx2yaudio.rules
+%if 0%{?suse_version} > 1020
+install -D -c -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT%{_udevdir}/rules.d/52-usx2yaudio.rules
 %else
-install -c -m 0644 %{SOURCE2} 
$RPM_BUILD_ROOT/etc/udev/rules.d/52-usx2yaudio.rules
+install -D -c -m 0644 %{SOURCE2} 
$RPM_BUILD_ROOT%{_udevdir}/rules.d/52-usx2yaudio.rules
 %endif
 
 %files
@@ -99,6 +105,6 @@
 %doc %{_docdir}/%{name}
 /lib/firmware/*
 %{_datadir}/alsa
-/etc/udev
+%{_udevdir}
 
 %changelog

++++++ alsa-firmware-1.0.25.tar.bz2 -> alsa-firmware-1.0.27.tar.bz2 ++++++
++++ 24705 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/Makefile.am new/alsa-firmware-1.0.27/Makefile.am
--- old/alsa-firmware-1.0.25/Makefile.am        2012-01-25 08:59:08.000000000 
+0100
+++ new/alsa-firmware-1.0.27/Makefile.am        2013-04-11 13:43:07.000000000 
+0200
@@ -1,8 +1,8 @@
 AUTOMAKE_OPTIONS = 1.3 foreign
 
 SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \
-         asihpi emi_26_62 emu korg1212 maestro3 multisound sb16 wavefront \
-         ymfpci aica
+         asihpi emu korg1212 maestro3 multisound sb16 wavefront \
+         ymfpci aica ca0132
 
 EXTRA_DIST = depcomp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/ca0132/Makefile.am 
new/alsa-firmware-1.0.27/ca0132/Makefile.am
--- old/alsa-firmware-1.0.25/ca0132/Makefile.am 1970-01-01 01:00:00.000000000 
+0100
+++ new/alsa-firmware-1.0.27/ca0132/Makefile.am 2013-04-11 13:43:07.000000000 
+0200
@@ -0,0 +1,13 @@
+firmware_files = ctefx.bin ctspeq.bin
+
+if USE_HOTPLUG
+hotplugfwdir = @HOTPLUGFWDIR@
+hotplugfw_DATA = $(firmware_files)
+else
+hotplugfwdir =
+hotplugfw_DATA = 
+endif
+
+EXTRA_DIST = $(firmware_files) creative.txt
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/ca0132/README new/alsa-firmware-1.0.27/ca0132/README
--- old/alsa-firmware-1.0.25/ca0132/README      1970-01-01 01:00:00.000000000 
+0100
+++ new/alsa-firmware-1.0.27/ca0132/README      2013-04-11 13:43:07.000000000 
+0200
@@ -0,0 +1,5 @@
+This directory contains the firmware file for DSP on Creative CA0132
+(Sound Core3D) HD-audio codecs.  Put this file under the standard
+firmware directory (typically /lib/firmware).
+
+For the license, refer to creative.txt.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/ca0132/creative.txt 
new/alsa-firmware-1.0.27/ca0132/creative.txt
--- old/alsa-firmware-1.0.25/ca0132/creative.txt        1970-01-01 
01:00:00.000000000 +0100
+++ new/alsa-firmware-1.0.27/ca0132/creative.txt        2013-04-11 
13:43:07.000000000 +0200
@@ -0,0 +1,48 @@
+01 Copyright (c) 2012, Creative Technology Ltd 
+02 All rights reserved.
+03
+04 Redistribution.  Redistribution and use in binary form, without 
+05 modification, are permitted provided that the following conditions are 
+06 met:
+07
+08 * Redistributions must reproduce the above copyright notice and the 
+09   following disclaimer in the documentation and/or other materials 
+10   provided with the distribution. 
+11 * Neither the name of Creative Technology Ltd or its affiliates ("CTL") 
+12   nor the names of its suppliers may be used to endorse or promote 
+13   products derived from this software without specific prior written 
+14   permission. 
+15 * No reverse engineering, decompilation, or disassembly of this software 
+16   (or any part thereof) is permitted.
+17
+18 Limited patent license. CTL grants a limited, world-wide, 
+19 royalty-free, non-exclusive license under patents it now or hereafter 
+20 owns or controls to make, have made, use, import, offer to sell and 
+21 sell ("Utilize") this software, but strictly only to the extent that any 
+22 such patent is necessary to Utilize the software alone, or in 
+23 combination with an operating system licensed under an approved Open 
+24 Source license as listed by the Open Source Initiative at 
+25 http://opensource.org/licenses.  The patent license shall not be 
+26 applicable, to any other combinations which include this software.  
+27 No hardware per se is licensed hereunder.
+28
+29 DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
+30 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 
+31 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
+32 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+33 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
+34 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
+35 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 
+36 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
+37 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
+38 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
+39 USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
+40 DAMAGE.
+41
+42 NO OTHER RIGHTS GRANTED. USER HEREBY ACKNOWLEDGES AND AGREES THAT USE OF 
+43 THIS SOFTWARE SHALL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY 
+44 IMPLICATION, ESTOPPEL, OR OTHERWISE TO ANY INTELLECTUAL PROPERTY RIGHTS 
+45 (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) 
+46 EMBODIED IN ANY OTHER CTL HARDWARE OR SOFTWARE WHETHER SOLELY OR IN 
+47 COMBINATION WITH THIS SOFTWARE.
+
Files old/alsa-firmware-1.0.25/ca0132/ctefx.bin and 
new/alsa-firmware-1.0.27/ca0132/ctefx.bin differ
Files old/alsa-firmware-1.0.25/ca0132/ctspeq.bin and 
new/alsa-firmware-1.0.27/ca0132/ctspeq.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/configure.in new/alsa-firmware-1.0.27/configure.in
--- old/alsa-firmware-1.0.25/configure.in       2012-01-25 08:59:08.000000000 
+0100
+++ new/alsa-firmware-1.0.27/configure.in       2013-04-11 13:43:07.000000000 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.53)
 AC_INIT(hdsploader/tobin.c)
-AM_INIT_AUTOMAKE(alsa-firmware, 1.0.25)
+AM_INIT_AUTOMAKE(alsa-firmware, 1.0.27)
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S
@@ -58,7 +58,6 @@
          vxloader/Makefile \
          pcxhrloader/Makefile \
          echoaudio/Makefile \
-         emi_26_62/Makefile \
          emu/Makefile \
          asihpi/Makefile \
          korg1212/Makefile \
@@ -68,4 +67,5 @@
          wavefront/Makefile \
          ymfpci/Makefile \
          aica/Makefile \
+         ca0132/Makefile \
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/emi_26_62/Makefile.am 
new/alsa-firmware-1.0.27/emi_26_62/Makefile.am
--- old/alsa-firmware-1.0.25/emi_26_62/Makefile.am      2012-01-25 
08:59:08.000000000 +0100
+++ new/alsa-firmware-1.0.27/emi_26_62/Makefile.am      1970-01-01 
01:00:00.000000000 +0100
@@ -1,26 +0,0 @@
-# # Process this file with automake to produce Makefile.in.
-
-firmware_files = emi26-loader.bin emi26-bitstream.bin emi26-firmware.bin \
-                emi62-loader.bin emi62-bitstream.bin \
-                emi62-firmware-midi.bin emi62-firmware-spdif.bin
-
-EXTRA_DIST = $(firmware_files) license.txt
-
-if USE_HOTPLUG
-hotplugfwdir = @HOTPLUGFWDIR@/emagic
-hotplugfw_DATA = $(firmware_files) license.txt
-else
-hotplugfwdir =
-hotplugfw_DATA =
-endif
-
-# Create a link from emi62-firmware.bin to one of the SPDIF/MIDI firmwares.
-# TODO: make this configurable
-install-data-hook:
-       cd $(DESTDIR)$(hotplugfwdir) && \
-         rm -f emi62-firmware.bin && \
-         $(LN_S) emi62-firmware-spdif.bin emi62-firmware.bin
-
-uninstall-hook:
-       rm -f $(DESTDIR)$(hotplugfwdir)/emi62-firmware.bin
-
Files old/alsa-firmware-1.0.25/emi_26_62/emi26-bitstream.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi26-bitstream.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi26-firmware.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi26-firmware.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi26-loader.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi26-loader.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi62-bitstream.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi62-bitstream.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi62-firmware-midi.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi62-firmware-midi.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi62-firmware-spdif.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi62-firmware-spdif.bin differ
Files old/alsa-firmware-1.0.25/emi_26_62/emi62-loader.bin and 
new/alsa-firmware-1.0.27/emi_26_62/emi62-loader.bin differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/emi_26_62/license.txt 
new/alsa-firmware-1.0.27/emi_26_62/license.txt
--- old/alsa-firmware-1.0.25/emi_26_62/license.txt      2012-01-25 
08:59:08.000000000 +0100
+++ new/alsa-firmware-1.0.27/emi_26_62/license.txt      1970-01-01 
01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-This firmware is for the Emagic EMI 2|6 Audio Interface
-
-The firmware contained herein is Copyright (c) 1999-2002 Emagic
-as an unpublished work. This notice does not imply unrestricted
-or public access to this firmware which is a trade secret of Emagic,
-and which may not be reproduced, used, sold or transferred to
-any third party without Emagic's written consent. All Rights Reserved.
-
-Permission is hereby granted for the distribution of this firmware 
-image as part of a Linux or other Open Source operating system kernel 
-in text or binary form as required. 
-
-This firmware may not be modified and may only be used with the
-Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of
-any driver which includes this firmware, in whole or in part,
-requires the inclusion of this statement.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-firmware-1.0.25/missing new/alsa-firmware-1.0.27/missing
--- old/alsa-firmware-1.0.25/missing    2012-01-25 10:32:39.000000000 +0100
+++ new/alsa-firmware-1.0.27/missing    2013-04-11 14:56:08.000000000 +0200
@@ -1,10 +1,9 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.18; # UTC
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -26,7 +25,7 @@
 # the same distribution terms that you use for the rest of that program.
 
 if test $# -eq 0; then
-  echo 1>&2 "Try \`$0 --help' for more information"
+  echo 1>&2 "Try '$0 --help' for more information"
   exit 1
 fi
 
@@ -34,7 +33,7 @@
 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
 
-# In the cases where this matters, `missing' is being run in the
+# In the cases where this matters, 'missing' is being run in the
 # srcdir already.
 if test -f configure.ac; then
   configure_ac=configure.ac
@@ -65,7 +64,7 @@
     echo "\
 $0 [OPTION]... PROGRAM [ARGUMENT]...
 
-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
 error status if there is no known handling for PROGRAM.
 
 Options:
@@ -74,21 +73,20 @@
   --run           try to run the given command, and emulate it if it fails
 
 Supported PROGRAM values:
-  aclocal      touch file \`aclocal.m4'
-  autoconf     touch file \`configure'
-  autoheader   touch file \`config.h.in'
+  aclocal      touch file 'aclocal.m4'
+  autoconf     touch file 'configure'
+  autoheader   touch file 'config.h.in'
   autom4te     touch the output file, or create a stub one
-  automake     touch all \`Makefile.in' files
-  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
-  flex         create \`lex.yy.c', if possible, from existing .c
+  automake     touch all 'Makefile.in' files
+  bison        create 'y.tab.[ch]', if possible, from existing .[ch]
+  flex         create 'lex.yy.c', if possible, from existing .c
   help2man     touch the output file
-  lex          create \`lex.yy.c', if possible, from existing .c
+  lex          create 'lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
-  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+  yacc         create 'y.tab.[ch]', if possible, from existing .[ch]
 
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
-\`g' are ignored when checking the name.
+Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
+'g' are ignored when checking the name.
 
 Send bug reports to <[email protected]>."
     exit $?
@@ -100,8 +98,8 @@
     ;;
 
   -*)
-    echo 1>&2 "$0: Unknown \`$1' option"
-    echo 1>&2 "Try \`$0 --help' for more information"
+    echo 1>&2 "$0: Unknown '$1' option"
+    echo 1>&2 "Try '$0 --help' for more information"
     exit 1
     ;;
 
@@ -122,22 +120,13 @@
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
-    if test -n "$run"; then
-       echo 1>&2 "ERROR: \`tar' requires --run"
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       exit 1
-    fi
-    ;;
-
   *)
     if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
        # We have it, but it failed.
        exit 1
     elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
        # Could not run --version or --help.  This is probably someone
-       # running `$TOOL --version' or `$TOOL --help' to check whether
+       # running '$TOOL --version' or '$TOOL --help' to check whether
        # $TOOL exists and not knowing $TOOL uses missing.
        exit 1
     fi
@@ -149,27 +138,27 @@
 case $program in
   aclocal*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
-         to install the \`Automake' and \`Perl' packages.  Grab them from
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acinclude.m4' or '${configure_ac}'.  You might want
+         to install the Automake and Perl packages.  Grab them from
          any GNU archive site."
     touch aclocal.m4
     ;;
 
   autoconf*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`${configure_ac}'.  You might want to install the
-         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+WARNING: '$1' is $msg.  You should only need it if
+         you modified '${configure_ac}'.  You might want to install the
+         Autoconf and GNU m4 packages.  Grab them from any GNU
          archive site."
     touch configure
     ;;
 
   autoheader*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
-         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acconfig.h' or '${configure_ac}'.  You might want
+         to install the Autoconf and GNU m4 packages.  Grab them
          from any GNU archive site."
     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' 
${configure_ac}`
     test -z "$files" && files="config.h"
@@ -186,9 +175,9 @@
 
   automake*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
-         You might want to install the \`Automake' and \`Perl' packages.
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
+         You might want to install the Automake and Perl packages.
          Grab them from any GNU archive site."
     find . -type f -name Makefile.am -print |
           sed 's/\.am$/.in/' |
@@ -197,10 +186,10 @@
 
   autom4te*)
     echo 1>&2 "\
-WARNING: \`$1' is needed, but is $msg.
+WARNING: '$1' is needed, but is $msg.
          You might have modified some files without having the
          proper tools for further handling them.
-         You can get \`$1' as part of \`Autoconf' from any GNU
+         You can get '$1' as part of Autoconf from any GNU
          archive site."
 
     file=`echo "$*" | sed -n "$sed_output"`
@@ -220,13 +209,13 @@
 
   bison*|yacc*)
     echo 1>&2 "\
-WARNING: \`$1' $msg.  You should only need it if
-         you modified a \`.y' file.  You may need the \`Bison' package
+WARNING: '$1' $msg.  You should only need it if
+         you modified a '.y' file.  You may need the Bison package
          in order for those modifications to take effect.  You can get
-         \`Bison' from any GNU archive site."
+         Bison from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.y)
            SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
@@ -250,13 +239,13 @@
 
   lex*|flex*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified a \`.l' file.  You may need the \`Flex' package
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.l' file.  You may need the Flex package
          in order for those modifications to take effect.  You can get
-         \`Flex' from any GNU archive site."
+         Flex from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.l)
            SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
@@ -273,10 +262,10 @@
 
   help2man*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
+WARNING: '$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
-        \`Help2man' package in order for those modifications to take
-        effect.  You can get \`Help2man' from any GNU archive site."
+        Help2man package in order for those modifications to take
+        effect.  You can get Help2man from any GNU archive site."
 
     file=`echo "$*" | sed -n "$sed_output"`
     test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
@@ -291,12 +280,12 @@
 
   makeinfo*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified a \`.texi' or \`.texinfo' file, or any other file
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.texi' or '.texinfo' file, or any other file
          indirectly affecting the aspect of the manual.  The spurious
-         call might also be the consequence of using a buggy \`make' (AIX,
-         DU, IRIX).  You might want to install the \`Texinfo' package or
-         the \`GNU make' package.  Grab either from any GNU archive site."
+         call might also be the consequence of using a buggy 'make' (AIX,
+         DU, IRIX).  You might want to install the Texinfo package or
+         the GNU make package.  Grab either from any GNU archive site."
     # The file to touch is that specified with -o ...
     file=`echo "$*" | sed -n "$sed_output"`
     test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
@@ -318,49 +307,14 @@
     touch $file
     ;;
 
-  tar*)
-    shift
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-       case $firstarg in
-       *o*)
-           firstarg=`echo "$firstarg" | sed s/o//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-       case $firstarg in
-       *h*)
-           firstarg=`echo "$firstarg" | sed s/h//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
   *)
     echo 1>&2 "\
-WARNING: \`$1' is needed, and is $msg.
+WARNING: '$1' is needed, and is $msg.
          You might have modified some files without having the
-         proper tools for further handling them.  Check the \`README' file,
+         proper tools for further handling them.  Check the 'README' file,
          it often tells you about the needed prerequisites for installing
          this package.  You may also peek at any GNU archive site, in case
-         some other package would contain this missing \`$1' program."
+         some other package would contain this missing '$1' program."
     exit 1
     ;;
 esac

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to