[systemd-devel] Initial exherbo support and configure vala check update
Scott Talbot
s at chikachow.org
Sun May 16 19:54:54 PDT 2010
Tollef Fog Heen wrote:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -200,16 +200,44 @@ case $with_distro in
> AC_DEFINE(TARGET_SLACKWARE, [], [Target is Slackware])
> ;;
> other)
> - SYSTEM_SYSVINIT_PATH=/fix/the/configure/script
> - SYSTEM_SYSVRCND_PATH=/fix/the/configure/script
> - special_dbus_service=fix-the-configure-script.service
> - special_syslog_service=fix-the-configure-script.service
> + AS_IF([test "x$with_sysvinit_path" = "x"],
> + [AC_MSG_ERROR([With --distro=none, you must pass --with-sysvinit-path to configure])])
> + AS_IF([test "x$with_sysvrcd_path" = "x"],
> + [AC_MSG_ERROR([With --distro=none, you must pass --with-sysvrcd-path to configure])])
> + AS_IF([test "x$with_dbus_service" = "x"],
> + [AC_MSG_ERROR([With --distro=none, you must pass --with-dbus-service to configure])])
> + AS_IF([test "x$with_syslog_service" = "x"],
> + [AC_MSG_ERROR([With --distro=none, you must pass --with-syslog-service to configure])])
^^^^^^^^^^^^^
"--with-distro=other" ?
-Scott
More information about the systemd-devel
mailing list