]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Autoconf: Minor cleanup
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 20 Dec 2018 12:17:30 +0000 (13:17 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 20 Dec 2018 12:17:30 +0000 (13:17 +0100)
configure.ac

index 6c95d024fcd3dd8438ab4622dcaccaa75952603e..67acdab00173dcaa1d1a93863ae55c16c67ccce3 100644 (file)
@@ -48,14 +48,12 @@ AC_ARG_WITH([suffix],
 )
 
 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],