-- TCPreen is a simple tool to monitor and analyze data transmitted between a client and a server via a TCP connection, it supports both IPV4 and IPV6. This tool focuses on the data stream (software/socket layer), not on the lower level transmission protocol as packet sniffers do. WWW: http://www.simphalempin.com/dev/tcpreen/ Submitted by Margarida Sequeira <niness@devilness.org>
23 lines
612 B
Plaintext
23 lines
612 B
Plaintext
--- po/Makefile.in.in~ Sat Aug 31 23:30:23 2002
|
|
+++ po/Makefile.in.in Sat Aug 31 23:32:19 2002
|
|
@@ -8,6 +8,8 @@
|
|
# Please note that the actual code of GNU gettext is covered by the GNU
|
|
# General Public License and is *not* in the public domain.
|
|
|
|
+DESTDIR =
|
|
+
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
|
|
@@ -21,8 +23,8 @@ VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = @datadir@
|
|
-localedir = $(datadir)/locale
|
|
-gettextsrcdir = $(datadir)/gettext/po
|
|
+localedir = $(prefix)/share/locale
|
|
+gettextsrcdir = $(prefix)/share/gettext/po
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|