This prevents to use ./configure --with-flagdir=/var/run because overwise it wrongly uses /run. Subject: fix --with-flagdir in configure.in From: John Hedges <john@xxxxxxxxxxxxxx> Forwarded: yes Bug-Debian: http://bugs.debian.org/678384 --- a/configure.in +++ b/configure.in @@ -114,7 +114,7 @@ then : else - filagdir="${withval}" + flagdir="${withval}" fi ) AC_MSG_CHECKING([for autofs flag file directory]) -- To unsubscribe from this list: send the line "unsubscribe autofs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html