diff options
| author | Peter Eisentraut | 2009-01-22 22:27:13 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-01-22 22:27:13 +0000 |
| commit | 9c4b69ed5cd275953e49f4520398801797f144c3 (patch) | |
| tree | 08a56db793ee54b6e8cba9ff756cab2c2ae08938 /configure.in | |
| parent | 3cb5d6580a335e0b7fcf25da7fcebee3a776edb4 (diff) | |
Recreate ecpg_config.h with a stamp file created by config.status, same
way pg_config.h is handled. This avoids reruns of config.status on every
build, if configure has been rerun.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3ece4326db6..c11591e5ab9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.588 2009/01/21 10:30:02 mha Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.589 2009/01/22 22:27:12 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1841,7 +1841,8 @@ AC_CONFIG_HEADERS([src/include/pg_config.h], echo >src/include/stamp-h ]) -AC_CONFIG_HEADERS([src/interfaces/ecpg/include/ecpg_config.h]) +AC_CONFIG_HEADERS([src/interfaces/ecpg/include/ecpg_config.h], + [echo >src/interfaces/ecpg/include/stamp-h]) AC_OUTPUT |
