gnulib: update

This commit is contained in:
Akim Demaille
2013-05-28 16:38:26 +02:00
parent f249e803f0
commit f9340b27b2
2 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Print a version string. # Print a version string.
scriptversion=2013-03-08.16; # UTC scriptversion=2013-05-08.20; # UTC
# Bootstrap this package from checked-out sources. # Bootstrap this package from checked-out sources.
@@ -140,20 +140,21 @@ po_download_command_format2=\
"wget --mirror -nd -q -np -A.po -P '%s' \ "wget --mirror -nd -q -np -A.po -P '%s' \
http://translationproject.org/latest/%s/" http://translationproject.org/latest/%s/"
# Prefer a non-empty tarname (4th argument of AC_INIT if given), else
# fall back to the package name (1st argument with munging)
extract_package_name=' extract_package_name='
/^AC_INIT(/{ /^AC_INIT(\[*/{
/.*,.*,.*, */{ s///
s/// /^[^,]*,[^,]*,[^,]*,[ []*\([^][ ,)]\)/{
s/[][]//g s//\1/
s/)$// s/[],)].*//
p p
q q
} }
s/AC_INIT(\[*// s/[],)].*//
s/]*,.*//
s/^GNU // s/^GNU //
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
s/[^A-Za-z0-9_]/-/g s/[^abcdefghijklmnopqrstuvwxyz0123456789_]/-/g
p p
} }
' '

2
gnulib

Submodule gnulib updated: 076ac82d1d...e28fbd787c