0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Autoconf: Minor cleanup

This commit is contained in:
Ondrej Zajicek (work) 2018-12-20 13:17:30 +01:00
parent 16fb28e588
commit b47d33b344

View 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],