]> git.pld-linux.org Git - packages/gettext.git/blob - gettext-gettext.m4-fix.patch
0.10.37 bugfix release
[packages/gettext.git] / gettext-gettext.m4-fix.patch
1 diff -urN gettext-0.10.37.org/m4/gettext.m4 gettext-0.10.37/m4/gettext.m4
2 --- gettext-0.10.37.org/m4/gettext.m4   Fri Apr 20 10:06:56 2001
3 +++ gettext-0.10.37/m4/gettext.m4       Fri Apr 20 10:07:14 2001
4 @@ -159,7 +159,7 @@
5        POSUB=po
6      fi
7      AC_OUTPUT_COMMANDS(
8 -     [case " "$CONFIG_FILES" " in *" po/Makefile.in "* | *" po/Makefile.in:"*)
9 +     [case " "$CONFIG_FILES" " in *"po/Makefile.in"*)
10          sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
11          ;;
12        esac])
This page took 0.060172 seconds and 3 git commands to generate.