*** pgsql/configure.in 2006/08/17 17:25:43 1.472 --- pgsql/configure.in 2006/08/23 12:01:52 1.473 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.471 2006/08/04 15:16:14 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.472 2006/08/17 17:25:43 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** AC_CONFIG_HEADERS([src/include/pg_config *** 1448,1453 **** --- 1448,1456 ---- echo >src/include/stamp-h ]) + AC_CONFIG_HEADERS([src/interfaces/ecpg/include/ecpg_config.h]) + + # # Warn about unknown options #