~ubuntu-branches/ubuntu/maverick/ntop/maverick

« back to all changes in this revision

Viewing changes to gdchart0.94c/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

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