Back to the Main Page. | ms_prog_pgclient |
Download the M4 Source. |
MS_PROG_PGCLIENT()
2002-10-07 0.5.65 : InstalledPackages
Moritz Sinn <moritz@freesources.org>
license: GPLWithACException
if test "x$pgclient" = "x0"; then AC_MSG_ERROR([We need that to setup the database!]); fi
AC_DEFUN([MS_PROG_PGCLIENT], [ AC_ARG_WITH(pgclient, [ --with-pgclient=DIR where to find pgclient (default: $PATH)], [pgclient_dir=$withval], [pgclient_dir=$PATH]) AC_PATH_PROG([pgclient], [pgclient], [0], $pgclient_dir) ])dnl