AC_INIT AC_ARG_WITH(scx, [ --with-scx=FILE the scx binary to use [/usr/local/bin/scx]], scx_binary=$withval , scx_binary=/usr/local/bin/scx) AC_SUBST(scx_binary) AC_PATH_PROG(SCX, scx, $scx_binary) AC_OUTPUT(Makefile)