Skip to content

Commit 93ec0a4

Browse files
committed
Regenerated for 1.10.
1 parent 01abb54 commit 93ec0a4

37 files changed

+1046
-708
lines changed

configure

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ fi
18131813

18141814
# Define the identity of the package.
18151815
PACKAGE=libiconv
1816-
VERSION=1.9
1816+
VERSION=1.10
18171817

18181818

18191819
cat >>confdefs.h <<_ACEOF
@@ -8811,7 +8811,8 @@ cygwin* | mingw* | pw32*)
88118811
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
88128812
dldir=$destdir/`dirname \$dlpath`~
88138813
test -d \$dldir || mkdir -p \$dldir~
8814-
$install_prog $dir/$dlname \$dldir/$dlname'
8814+
$install_prog $dir/$dlname \$dldir/$dlname~
8815+
chmod a+x \$dldir/$dlname'
88158816
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
88168817
dlpath=$dir/\$dldll~
88178818
$rm \$dlpath'
@@ -9896,7 +9897,7 @@ else
98969897
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
98979898
lt_status=$lt_dlunknown
98989899
cat > conftest.$ac_ext <<EOF
9899-
#line 9899 "configure"
9900+
#line 9900 "configure"
99009901
#include "confdefs.h"
99019902

99029903
#if HAVE_DLFCN_H
@@ -9994,7 +9995,7 @@ else
99949995
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
99959996
lt_status=$lt_dlunknown
99969997
cat > conftest.$ac_ext <<EOF
9997-
#line 9997 "configure"
9998+
#line 9998 "configure"
99989999
#include "confdefs.h"
999910000

1000010001
#if HAVE_DLFCN_H
@@ -12192,11 +12193,11 @@ else
1219212193
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1219312194
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1219412195
-e 's:$: $lt_compiler_flag:'`
12195-
(eval echo "\"\$as_me:12195: $lt_compile\"" >&5)
12196+
(eval echo "\"\$as_me:12196: $lt_compile\"" >&5)
1219612197
(eval "$lt_compile" 2>conftest.err)
1219712198
ac_status=$?
1219812199
cat conftest.err >&5
12199-
echo "$as_me:12199: \$? = $ac_status" >&5
12200+
echo "$as_me:12200: \$? = $ac_status" >&5
1220012201
if (exit $ac_status) && test -s "$ac_outfile"; then
1220112202
# The compiler can only warn and ignore the option if not recognized
1220212203
# So say no if there are warnings
@@ -12252,11 +12253,11 @@ else
1225212253
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1225312254
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1225412255
-e 's:$: $lt_compiler_flag:'`
12255-
(eval echo "\"\$as_me:12255: $lt_compile\"" >&5)
12256+
(eval echo "\"\$as_me:12256: $lt_compile\"" >&5)
1225612257
(eval "$lt_compile" 2>out/conftest.err)
1225712258
ac_status=$?
1225812259
cat out/conftest.err >&5
12259-
echo "$as_me:12259: \$? = $ac_status" >&5
12260+
echo "$as_me:12260: \$? = $ac_status" >&5
1226012261
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1226112262
then
1226212263
# The compiler can only warn and ignore the option if not recognized
@@ -12528,7 +12529,8 @@ cygwin* | mingw* | pw32*)
1252812529
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1252912530
dldir=$destdir/`dirname \$dlpath`~
1253012531
test -d \$dldir || mkdir -p \$dldir~
12531-
$install_prog $dir/$dlname \$dldir/$dlname'
12532+
$install_prog $dir/$dlname \$dldir/$dlname~
12533+
chmod a+x \$dldir/$dlname'
1253212534
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1253312535
dlpath=$dir/\$dldll~
1253412536
$rm \$dlpath'
@@ -13613,7 +13615,7 @@ else
1361313615
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1361413616
lt_status=$lt_dlunknown
1361513617
cat > conftest.$ac_ext <<EOF
13616-
#line 13616 "configure"
13618+
#line 13618 "configure"
1361713619
#include "confdefs.h"
1361813620

1361913621
#if HAVE_DLFCN_H
@@ -13711,7 +13713,7 @@ else
1371113713
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1371213714
lt_status=$lt_dlunknown
1371313715
cat > conftest.$ac_ext <<EOF
13714-
#line 13714 "configure"
13716+
#line 13716 "configure"
1371513717
#include "confdefs.h"
1371613718

1371713719
#if HAVE_DLFCN_H
@@ -14551,11 +14553,11 @@ else
1455114553
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1455214554
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1455314555
-e 's:$: $lt_compiler_flag:'`
14554-
(eval echo "\"\$as_me:14554: $lt_compile\"" >&5)
14556+
(eval echo "\"\$as_me:14556: $lt_compile\"" >&5)
1455514557
(eval "$lt_compile" 2>conftest.err)
1455614558
ac_status=$?
1455714559
cat conftest.err >&5
14558-
echo "$as_me:14558: \$? = $ac_status" >&5
14560+
echo "$as_me:14560: \$? = $ac_status" >&5
1455914561
if (exit $ac_status) && test -s "$ac_outfile"; then
1456014562
# The compiler can only warn and ignore the option if not recognized
1456114563
# So say no if there are warnings
@@ -14611,11 +14613,11 @@ else
1461114613
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1461214614
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1461314615
-e 's:$: $lt_compiler_flag:'`
14614-
(eval echo "\"\$as_me:14614: $lt_compile\"" >&5)
14616+
(eval echo "\"\$as_me:14616: $lt_compile\"" >&5)
1461514617
(eval "$lt_compile" 2>out/conftest.err)
1461614618
ac_status=$?
1461714619
cat out/conftest.err >&5
14618-
echo "$as_me:14618: \$? = $ac_status" >&5
14620+
echo "$as_me:14620: \$? = $ac_status" >&5
1461914621
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1462014622
then
1462114623
# The compiler can only warn and ignore the option if not recognized
@@ -15691,7 +15693,8 @@ cygwin* | mingw* | pw32*)
1569115693
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1569215694
dldir=$destdir/`dirname \$dlpath`~
1569315695
test -d \$dldir || mkdir -p \$dldir~
15694-
$install_prog $dir/$dlname \$dldir/$dlname'
15696+
$install_prog $dir/$dlname \$dldir/$dlname~
15697+
chmod a+x \$dldir/$dlname'
1569515698
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1569615699
dlpath=$dir/\$dldll~
1569715700
$rm \$dlpath'
@@ -16650,11 +16653,11 @@ else
1665016653
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1665116654
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1665216655
-e 's:$: $lt_compiler_flag:'`
16653-
(eval echo "\"\$as_me:16653: $lt_compile\"" >&5)
16656+
(eval echo "\"\$as_me:16656: $lt_compile\"" >&5)
1665416657
(eval "$lt_compile" 2>conftest.err)
1665516658
ac_status=$?
1665616659
cat conftest.err >&5
16657-
echo "$as_me:16657: \$? = $ac_status" >&5
16660+
echo "$as_me:16660: \$? = $ac_status" >&5
1665816661
if (exit $ac_status) && test -s "$ac_outfile"; then
1665916662
# The compiler can only warn and ignore the option if not recognized
1666016663
# So say no if there are warnings
@@ -16896,11 +16899,11 @@ else
1689616899
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1689716900
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1689816901
-e 's:$: $lt_compiler_flag:'`
16899-
(eval echo "\"\$as_me:16899: $lt_compile\"" >&5)
16902+
(eval echo "\"\$as_me:16902: $lt_compile\"" >&5)
1690016903
(eval "$lt_compile" 2>conftest.err)
1690116904
ac_status=$?
1690216905
cat conftest.err >&5
16903-
echo "$as_me:16903: \$? = $ac_status" >&5
16906+
echo "$as_me:16906: \$? = $ac_status" >&5
1690416907
if (exit $ac_status) && test -s "$ac_outfile"; then
1690516908
# The compiler can only warn and ignore the option if not recognized
1690616909
# So say no if there are warnings
@@ -16956,11 +16959,11 @@ else
1695616959
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1695716960
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1695816961
-e 's:$: $lt_compiler_flag:'`
16959-
(eval echo "\"\$as_me:16959: $lt_compile\"" >&5)
16962+
(eval echo "\"\$as_me:16962: $lt_compile\"" >&5)
1696016963
(eval "$lt_compile" 2>out/conftest.err)
1696116964
ac_status=$?
1696216965
cat out/conftest.err >&5
16963-
echo "$as_me:16963: \$? = $ac_status" >&5
16966+
echo "$as_me:16966: \$? = $ac_status" >&5
1696416967
if (exit $ac_status) && test -s out/conftest2.$ac_objext
1696516968
then
1696616969
# The compiler can only warn and ignore the option if not recognized
@@ -18056,7 +18059,8 @@ cygwin* | mingw* | pw32*)
1805618059
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1805718060
dldir=$destdir/`dirname \$dlpath`~
1805818061
test -d \$dldir || mkdir -p \$dldir~
18059-
$install_prog $dir/$dlname \$dldir/$dlname'
18062+
$install_prog $dir/$dlname \$dldir/$dlname~
18063+
chmod a+x \$dldir/$dlname'
1806018064
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1806118065
dlpath=$dir/\$dldll~
1806218066
$rm \$dlpath'
@@ -19141,7 +19145,7 @@ else
1914119145
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1914219146
lt_status=$lt_dlunknown
1914319147
cat > conftest.$ac_ext <<EOF
19144-
#line 19144 "configure"
19148+
#line 19148 "configure"
1914519149
#include "confdefs.h"
1914619150

1914719151
#if HAVE_DLFCN_H
@@ -19239,7 +19243,7 @@ else
1923919243
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1924019244
lt_status=$lt_dlunknown
1924119245
cat > conftest.$ac_ext <<EOF
19242-
#line 19242 "configure"
19246+
#line 19246 "configure"
1924319247
#include "confdefs.h"
1924419248

1924519249
#if HAVE_DLFCN_H

include/iconv.h.msvc-shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef _LIBICONV_H
2222
#define _LIBICONV_H
2323

24-
#define _LIBICONV_VERSION 0x0109 /* version number: (major<<8) + minor */
24+
#define _LIBICONV_VERSION 0x010A /* version number: (major<<8) + minor */
2525

2626
#ifdef BUILDING_LIBICONV
2727
#define LIBICONV_DLL_EXPORTED __declspec(dllexport)

include/iconv.h.msvc-static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef _LIBICONV_H
2222
#define _LIBICONV_H
2323

24-
#define _LIBICONV_VERSION 0x0109 /* version number: (major<<8) + minor */
24+
#define _LIBICONV_VERSION 0x010A /* version number: (major<<8) + minor */
2525
extern int _libiconv_version; /* Likewise */
2626

2727
/* We would like to #include any system header file which could define

0 commit comments

Comments
 (0)