]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
update configure.in for b3 ...
authorPostgreSQL Daemon <webmaster@postgresql.org>
Tue, 20 Nov 2001 03:51:31 +0000 (03:51 +0000)
committerPostgreSQL Daemon <webmaster@postgresql.org>
Tue, 20 Nov 2001 03:51:31 +0000 (03:51 +0000)
configure
configure.in

index ff17cf91db821ed226324008ff4d65f648878edd..346c02e3502dcb38c034d5ea3168559a56a768a5 100755 (executable)
--- a/configure
+++ b/configure
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 
 
-VERSION='7.2b2'
+VERSION='7.2b3'
 
 cat >> confdefs.h <<EOF
 #define PG_VERSION "$VERSION"
@@ -1481,7 +1481,7 @@ else
   if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     for file in conftest.*; do
       case $file in
-      *.c | *.o | *.obj) ;;
+      *.c | *.C | *.o | *.obj) ;;
       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done
index 88b05db386402c11edc0ce3f4e98f23911d03ae9..66e1bd399b028a15d2696743d1d3aa9714968d38 100644 (file)
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
 AC_PREREQ(2.13)
 AC_CONFIG_AUX_DIR(config)
 
-VERSION='7.2b2'
+VERSION='7.2b3'
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")