~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to gdchart0.94c/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl>
2
 
dnl> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3
 
dnl> this file is processed via 'autoconf' to produce the 'configure' script
4
 
dnl> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
5
 
dnl>
6
 
 
7
 
dnl>
8
 
dnl> standard Autoconf prolog
9
 
dnl>
10
 
AC_PREREQ(2.13)
11
 
AC_REVISION([1.0])
12
 
 
13
 
AC_INIT(gdc.c)
14
 
 
15
 
dnl>
16
 
dnl> canonicalize the host, target, and build system types
17
 
dnl>
18
 
AC_CANONICAL_SYSTEM
19
 
 
20
 
AM_PROG_LIBTOOL
21
 
AM_PROG_CC_STDC
22
 
 
23
 
 
24
 
AC_SUBST(CC)
25
 
AC_SUBST(RANLIB)
26
 
 
27
 
AC_OUTPUT([Makefile])
28
 
 
29
 
echo "Do not forget to build:"
30
 
echo
31
 
echo "1. gd-1.8.3/libpng-1.0.8"
32
 
echo "2. zlib-1.1.3/"
33
 
echo