*** pgsql/configure.in 2003/09/07 21:44:29 1.280.2.2 --- pgsql/configure.in 2003/09/07 23:39:03 1.280.2.3 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $Header: /projects/cvsroot/pgsql/configure.in,v 1.280.2.2 2003/09/07 21:44:29 momjian 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 $Header: /projects/cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/07 23:39:03 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** dnl 8. System services *** 15,20 **** --- 15,27 ---- dnl dnl Read the Autoconf manual for details. dnl + + # touch files to flex/bison not needed + cat UPDATE | grep '^\./' | while read FILE + do + touch "$FILE" + done + m4_pattern_forbid(^PGAC_)dnl to catch undefined macros dnl dnl The GNU folks apparently haven't heard that some people don't use