*** pgsql/configure.in 2000/07/15 15:54:48 1.30 --- pgsql/configure.in 2000/07/16 14:50:28 1.31 *************** fi *** 287,292 **** --- 287,304 ---- AC_DEFINE_UNQUOTED(PG_VERSION_STR, ["PostgreSQL $VERSION on $host, compiled by $cc_string"], [A canonical string containing the version number, platform, and C compiler]) + # + # Automatic dependency tracking + # + AC_ARG_ENABLE(depend, [ --enable-depend turn on automatic dependency tracking], + [ + if test x"$enableval" = x"yes" ; then + autodepend=yes + fi + ]) + AC_SUBST(autodepend) + + # --enable-debug adds -g to compiler flags # --disable-debug will forcefully remove it AC_MSG_CHECKING(setting debug compiler flag)