echo "$ac_t""done" 1>&6
fi
+# (see Makefile.global)
+echo >src/include/stamp-h
+
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
EOF
cat >> $CONFIG_STATUS <<\EOF
-echo "timestamp file" > src/include/stamp-h
exit 0
EOF
AC_MSG_RESULT(done)
fi
+# (see Makefile.global)
+echo >src/include/stamp-h
+
AC_OUTPUT(
[
GNUmakefile
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
-],
-[echo "timestamp file" > src/include/stamp-h]
-)
+])
# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.114 2000/11/30 20:36:10 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.115 2000/12/16 13:03:25 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
$(top_builddir)/src/include/config.h: $(top_builddir)/src/include/stamp-h
$(top_builddir)/src/include/stamp-h: $(top_srcdir)/src/include/config.h.in $(top_builddir)/config.status
cd $(top_builddir) && CONFIG_FILES= CONFIG_HEADERS=src/include/config.h ./config.status
+ echo >$@
# When configure changes, rerun configure with the same options as
# last time. To change configure, you need to run autoconf manually.