]> granicus.if.org Git - pdns/commitdiff
Fix ./configure --help alignment
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 28 Sep 2018 15:17:42 +0000 (11:17 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 28 Sep 2018 15:17:42 +0000 (11:17 -0400)
AS_HELP_STRING cares about whitespace preceding the call...

m4/pdns_enable_ixfrdist.m4
m4/pdns_with_lua.m4
m4/pdns_with_postgresql.m4

index 8113a6fa8f0a7299b67e7f554f80051e865f6aa2..74e211dee61a30d5f0daf3b8d77a24323ddef859 100644 (file)
@@ -1,7 +1,7 @@
 AC_DEFUN([PDNS_ENABLE_IXFRDIST], [
   AC_MSG_CHECKING([whether we will be building ixfrdist])
-  AC_ARG_ENABLE([ixfrdist], [
-    AS_HELP_STRING([--enable-ixfrdist], [if we should build and install ixfrdist @<:@default=no@:>@])
+  AC_ARG_ENABLE([ixfrdist],
+    [AS_HELP_STRING([--enable-ixfrdist], [if we should build and install ixfrdist @<:@default=no@:>@])
   ], [
     enable_ixfrdist=$enableval
   ], [
index 113b77a2ec96818b51e77a64ad8824e283c8c74e..e280c1b7382357cddde8fa03f7b75e13c3056b27 100644 (file)
@@ -1,8 +1,8 @@
 AC_DEFUN([PDNS_WITH_LUA],[
   AC_PROG_GREP()dnl Ensure we have grep
   AC_MSG_CHECKING([which Lua implementation to use])
-  AC_ARG_WITH([lua], [
-    AS_HELP_STRING([--with-lua], [select Lua implementation @<:@default=auto@:>@])
+  AC_ARG_WITH([lua],
+    [AS_HELP_STRING([--with-lua], [select Lua implementation @<:@default=auto@:>@])
   ], [
     with_lua=$withval
   ], [
index e1b44c6728e999771febc1b9e2d0298af472e1e5..a253fa5d4f9fc4cf45c7b881ed238a8091251760 100644 (file)
@@ -6,8 +6,8 @@ dnl determine the CFLAGS and LIBS
 dnl
 AC_DEFUN([PDNS_WITH_POSTGRESQL], [
   PG_CONFIG=""
-  AC_ARG_WITH([pg-config], [
-    AS_HELP_STRING([--with-pg-config=<path>], [path to pg_config])
+  AC_ARG_WITH([pg-config],
+    [AS_HELP_STRING([--with-pg-config=<path>], [path to pg_config])
   ], [
     PG_CONFIG="$withval"
     AS_IF([test "x$PG_CONFIG" = "xyes" -o ! -x "$PG_CONFIG"], [