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:
parent
16fb28e588
commit
b47d33b344
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user