Back to the Main Page. | ms_prog_pgclient |
Download the M4 Source. |
MS_PROG_PGCLIENT()
1.1 (2002/12/12) 0.5.63 : Installed_Packages
Moritz Sinn <moritz@freesources.org>
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