Commit b47d33b3 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Autoconf: Minor cleanup

parent 16fb28e5
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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],