aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-11-21 16:30:22 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-11-21 16:30:22 +0100
commit66934aceff0e5299719177782bcbf151f8030591 (patch)
treeaf07f4e7172ec3826c9584b6df6dff0c0be80107 /configure.ac
parentfc1b933304c325775169d5241ce1ac5ae3266680 (diff)
downloadbird-66934aceff0e5299719177782bcbf151f8030591.tar.gz
Autoconf: Minor cleanup
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2e7857b6..7abf88c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,14 +49,12 @@ AC_ARG_WITH([protocols],
)
AC_ARG_WITH([sysconfig],
- [AS_HELP_STRING([--with-sysconfig=FILE], [use specified BIRD system configuration file])],
- []
+ [AS_HELP_STRING([--with-sysconfig=FILE], [use specified BIRD system configuration file])]
)
AC_ARG_WITH([runtimedir],
[AS_HELP_STRING([--with-runtimedir=PATH], [run-state data, obsolete variant of --runstatedir])],
- [runstatedir="$with_runtimedir"],
- []
+ [runstatedir="$with_runtimedir"]
)
AC_ARG_WITH([iproutedir],