~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to pcp/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
# $Id: configure.in,v 1.15 2004/05/02 03:25:53 mrsam Exp $
 
2
# $Id: configure.in,v 1.16 2004/06/27 23:06:45 mrsam Exp $
3
3
#
4
4
# Copyright 2001-2003 Double Precision, Inc.  See COPYING for
5
5
# distribution information.
165
165
fi
166
166
 
167
167
CPPFLAGS="-Iintl/ -I${srcdir}/intl $CPPFLAGS"
168
 
 
 
168
MKINSTALLDIRS="mkdir -p --"
169
169
AC_OUTPUT(Makefile po/Makefile.in m4/Makefile   intl/Makefile )