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