diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-21 16:40:42 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-21 16:40:42 -0500 |
commit | d4a8ec3c8922a91d418bb9bc130c256c4e00d030 (patch) | |
tree | cfbc95b0f99be65ea5ffa312c9055552db804dfc /configure.in | |
parent | 6d7ee0488b037f002a9fec0d060cc9842d5f8acd (diff) | |
download | lynx-snapshots-d4a8ec3c8922a91d418bb9bc130c256c4e00d030.tar.gz |
snapshot of project "lynx", label v2-8-2dev_5
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bcdd4d6f..7d4f96a3 100644 --- a/configure.in +++ b/configure.in @@ -411,6 +411,7 @@ AC_CHECK_HEADERS( \ ) CF_TERMIO_AND_TERMIOS CF_FUNC_WAIT +CF_VARARGS AC_TYPE_GETGROUPS AC_TYPE_PID_T AC_TYPE_UID_T @@ -792,7 +793,8 @@ AC_OUTPUT( if test "$USE_NLS" = yes ; then echo creating po/makefile rm -f po/temp$$ - sed -e '$s/\\//' po/POTFILES >po/temp$$ + sed -e 's@^.*LYMessages.c@../LYMessages.c@' \ + -e '$s/\\//' po/POTFILES >po/temp$$ sed -e "/POTFILES =/r po/temp$$" \ po/makefile.in > po/makefile rm -f po/temp$$ |