diff configure.in @ 7914:5061533382be HEAD

Uppercased PACKAGE_NAME macro and started using it in some places.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Jun 2008 08:51:51 +0300
parents 34e7c571434d
children ca2ff54ee9b4
line wrap: on
line diff
--- a/configure.in	Sat Jun 21 07:43:54 2008 +0300
+++ b/configure.in	Sat Jun 21 08:51:51 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.2.UNSTABLE],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.UNSTABLE],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE
@@ -292,14 +292,14 @@
 AC_ARG_WITH(rundir,
 [  --with-rundir=DIR       Runtime data directory (LOCALSTATEDIR/run/dovecot)],
 	rundir="$withval",
-	rundir=$localstatedir/run/$PACKAGE_NAME
+	rundir=$localstatedir/run/$PACKAGE
 )
 AC_SUBST(rundir)
 
 AC_ARG_WITH(statedir,
 [  --with-statedir=DIR     Permanent data directory (LOCALSTATEDIR/lib/dovecot)],
 	statedir="$withval",
-	statedir=$localstatedir/lib/$PACKAGE_NAME
+	statedir=$localstatedir/lib/$PACKAGE
 )
 AC_SUBST(statedir)