summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 84e8276..fc78d0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-php], [0.9.7])
+AC_INIT([eselect-php],[0.9.7])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])
@@ -34,7 +34,7 @@ AC_ARG_ENABLE(
AM_CONDITIONAL([FPM], [test x$fpm = xtrue])
piddir=${piddir="@LOCALSTATEDIR@"}
-AC_ARG_WITH(piddir, AC_HELP_STRING([--with-piddir=DIR],
+AC_ARG_WITH(piddir, AS_HELP_STRING([--with-piddir=DIR],
[where php-fpm PID files are placed [LOCALSTATEDIR]]),
if test x$withval != x -a x$withval != xno -a x$withval != xyes; then
piddir="$withval"