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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user