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
fc1b933304
commit
66934aceff
@ -49,14 +49,12 @@ AC_ARG_WITH([protocols],
|
|||||||
)
|
)
|
||||||
|
|
||||||
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],
|
||||||
|
Loading…
Reference in New Issue
Block a user