]> git.pld-linux.org Git - packages/ntop.git/blame - ntop-am.patch
- automake fixes
[packages/ntop.git] / ntop-am.patch
CommitLineData
ab4b6699
ER
1--- ntop-3.2/Makefile.am~ 2006-01-02 02:50:33.000000000 +0200
2+++ ntop-3.2/Makefile.am 2006-01-02 02:50:35.000000000 +0200
3@@ -97,7 +97,7 @@
4 #
5 # The Games
6 #
7-bin_PROGRAMS = ntop
8+sbin_PROGRAMS = ntop
9 EXTRA_PROGRAMS = ntops sntop
10 bin_SCRIPTS =
11
12--- ntop-3.2/configure.in~ 2006-01-02 02:53:17.000000000 +0200
13+++ ntop-3.2/configure.in 2006-01-02 02:53:46.000000000 +0200
14@@ -234,7 +234,7 @@
15 AC_PROG_INSTALL
16 AC_PROG_LN_S
17 AC_PROG_MAKE_SET
18-AC_PROG_RANLIB
19+AC_PROG_LIBTOOL
20
21 NTOPCONFIGDEBUG_SETTINGS([After ac stuff])
22
23--- ntop-3.2/configure.in~ 2006-01-02 02:54:22.000000000 +0200
24+++ ntop-3.2/configure.in 2006-01-02 02:58:04.000000000 +0200
25@@ -61,7 +61,7 @@
26 HAS_ERROR=
27 HAS_WARNING=
28
29-NTOP_VERSION_EXTRA=" SourceForge .tgz"
30+NTOP_VERSION_EXTRA=" PLD Linux RPM"
31
32 echo
33 echo "Welcome to $PACKAGE_NAME, Version $PACKAGE_VERSION $NTOP_VERSION_EXTRA"
This page took 0.064244 seconds and 4 git commands to generate.