--- parser3/src/sql/mysql/Attic/acinclude.m4 2001/04/16 11:26:51 1.1.2.1 +++ parser3/src/sql/mysql/Attic/acinclude.m4 2001/04/17 19:00:49 1.2 @@ -1,27 +1,18 @@ dnl acinclude.m4( -AC_ARG_WITH(mysql_inc, for MySQL support,[ - --with-mysql_inc[=DIR] DIR is the MySQL includes directory], +AC_DEFUN(CALC_ARGS,[ + +AC_ARG_WITH(mysql_inc,[ --with-mysql_inc[=DIR] DIR is the MySQL includes directory],, withval="/usr/include/mysql" ) MYSQL_INC=$withval AC_SUBST(MYSQL_INC) -AC_ARG_WITH(mysql_lib, for MySQL support,[ - --with-mysql_lib[=DIR] DIR is the MySQL lib directory], - withval="/usr/lib/mysql" -) -MYSQL_LIB=$withval -AC_SUBST(MYSQL_LIB) +]) dnl acinclude.m4) - - - - - ## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*- ## Copyright (C) 1996-1999 Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit , 1996