mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* configure.in: Fix logic for gettext 0.10.x.
This commit is contained in:
parent
7ca8a22227
commit
e262f0a0dc
@ -1,3 +1,7 @@
|
||||
2002-05-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Fix logic for gettext 0.10.x.
|
||||
|
||||
2002-05-14 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* configure.in: Don't generate po/Makefile if
|
||||
|
@ -811,7 +811,7 @@ intl/Makefile po/Makefile.in
|
||||
])
|
||||
|
||||
AC_CONFIG_COMMANDS(potfiles,
|
||||
[grep top_builddir po/Makefile.in >/dev/null || sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||
[grep ^top_builddir po/Makefile.in >/dev/null && sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user