From 2ab445364cac540c62bf34767bb8c9a764ea2bec Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Dec 2003 20:05:05 +0000 Subject: typo fix in configure.ac git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@77 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6d8c810..7142a2d 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ if type -p stow > /dev/null && test -d /usr/local/stow ; then AC_MSG_NOTICE([*** Found /usr/local/stow: installing to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***]) ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}" else - ac_default_prefix=="/usr/local" + ac_default_prefix="/usr/local" fi AC_PROG_CPP @@ -84,11 +84,11 @@ if test "x$with_initdir" = x ; then if test -d /etc/rc.d/init.d ; then SYSINITDIR=/etc/rc.d/init.d else - AC_MSG_ERROR(missing --with-initdir=DIR) + AC_MSG_ERROR([missing --with-initdir=DIR]) fi fi else - SYSINITDIR=$with_initdir + SYSINITDIR="$with_initdir" fi AC_MSG_NOTICE([Init sript will be installed in $SYSINITDIR]) -- cgit