--- parser3/src/sql/pgsql/Attic/configure 2001/07/31 07:34:53 1.1 +++ parser3/src/sql/pgsql/Attic/configure 2001/07/31 07:40:31 1.2 @@ -22,7 +22,7 @@ ac_help="$ac_help ac_help="$ac_help --disable-libtool-lock avoid locking (might break parallel builds)" ac_help="$ac_help - --with-mysql_inc[=DIR] DIR is the MySQL includes directory" + --with-pgsql_inc[=DIR] DIR is the PgSQL includes directory" # Initialize some variables set by options. # The variables have the same names as the options, with @@ -463,7 +463,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=parser3mysql.C +ac_unique_file=parser3pgsql.C # Find the source files, if location was not specified. if test -z "$srcdir"; then @@ -701,7 +701,7 @@ else fi -PACKAGE=parser3mysqlclient +PACKAGE=parser3pgsqlclient VERSION=3.0g @@ -1748,16 +1748,16 @@ subdirs="libltdl" -# Check whether --with-mysql_inc or --without-mysql_inc was given. -if test "${with_mysql_inc+set}" = set; then - withval="$with_mysql_inc" +# Check whether --with-pgsql_inc or --without-pgsql_inc was given. +if test "${with_pgsql_inc+set}" = set; then + withval="$with_pgsql_inc" : else - withval="/usr/include/mysql" + withval="/usr/local/pgsql/include" fi -MYSQL_INC=$withval +PGSQL_INC=$withval @@ -2159,7 +2159,7 @@ s%@CC@%$CC%g s%@LN_S@%$LN_S%g s%@LIBTOOL@%$LIBTOOL%g s%@subdirs@%$subdirs%g -s%@MYSQL_INC@%$MYSQL_INC%g +s%@PGSQL_INC@%$PGSQL_INC%g s%@CXXCPP@%$CXXCPP%g CEOF