1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Emit warnings for unknown configure options.

Martijn van Oosterhout
This commit is contained in:
Bruce Momjian
2006-05-30 13:52:25 +00:00
parent 4d06e86d04
commit 382808612c
3 changed files with 108 additions and 2 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.464 2006/04/29 20:47:29 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.465 2006/05/30 13:52:24 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -1426,5 +1426,11 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
echo >src/include/stamp-h
])
#
# Warn about unknown options
#
PGAC_CHECK_ARGS
AC_OUTPUT