ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier/files/patch-courier__configure.in
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
File size: 429 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- courier/configure.in.orig 2009-09-05 13:59:26.000000000 +0200
2 +++ courier/configure.in 2010-02-15 19:44:35.000000000 +0100
3 @@ -77,6 +77,10 @@
4 esac
5 AC_SUBST(testmode)
6
7 +AC_ARG_WITH(piddir, [ --with-piddir Directory where imapd.pid is created ], piddir="$withval", piddir=$localstatedir/run)
8 +
9 +AC_SUBST(piddir)
10 +
11 version=`cat ../version`
12
13 COPYRIGHT="Courier $version Copyright 1999-2008 Double Precision, Inc."