]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Autoconf: Minor cleanup
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Nov 2018 15:30:22 +0000 (16:30 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Nov 2018 15:30:22 +0000 (16:30 +0100)
configure.ac

index 2e7857b6e1dbe9c35f89909eca29ea883286a6dd..7abf88c81a34b349d67016424343090072eaf2f1 100644 (file)
@@ -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],