0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-20 16:01:53 +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], 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], AC_ARG_WITH([runtimedir],
[AS_HELP_STRING([--with-runtimedir=PATH], [run-state data, obsolete variant of --runstatedir])], [AS_HELP_STRING([--with-runtimedir=PATH], [run-state data, obsolete variant of --runstatedir])],
[runstatedir="$with_runtimedir"], [runstatedir="$with_runtimedir"]
[]
) )
AC_ARG_WITH([iproutedir], AC_ARG_WITH([iproutedir],