Increase version to 1.8.2.
[gedcom-parse.git] / iconv / libiconv / get_patches
index 18d3c035481b004a86189b3922a018e16ef0dbee..93c8467e10b4655a3dc608c589eb04f5b742fcc5 100755 (executable)
@@ -31,3 +31,12 @@ do
   echo "  $file"
   diff -u $file.orig $file > $topdir/$file.patch
 done
+
+#############################################################################
+echo "Getting patches in libcharset/lib subdirectory..."
+cd $libiconvdir/libcharset/lib
+for file in config.charset
+do
+  echo "  $file"
+  diff -u $file.orig $file > $topdir/$file.patch
+done