AC_INIT(src/pbs.py) AC_SUBST(prefix) AC_SUBST(exec_prefix) AC_SUBST(pyexecdir) AC_SUBST(pbspath) AC_ARG_WITH(pbsdir, [ --with-pbsdir=PATH directory that contains the torque libraries], [case "${withval}" in *) pbspath="${withval}" ;; esac], [pbspath=""] [pbspath=`pbs-config --libs`] )dnl AM_PATH_PYTHON AC_OUTPUT( Makefile setup.py )