summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-07-24 10:34:16 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-07-24 10:42:08 +0200
commit25244b8972a34b838c4033fe9efc1d31cba9d0e3 (patch)
tree47df6cdd86048afada60c7d480772b379f754531 /config
parentb9b610577d7f70d959968c3697557011699b3a54 (diff)
downloadpostgresql-25244b8972a34b838c4033fe9efc1d31cba9d0e3.tar.gz
Rename configure.in to configure.ac
The new name has been preferred by Autoconf for a long time. Future versions of Autoconf will warn about the old name. Discussion: https://www.postgresql.org/message-id/flat/e796c185-5ece-8569-248f-dd3799701be1%402ndquadrant.com
Diffstat (limited to 'config')
-rw-r--r--config/general.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.m4 b/config/general.m4
index 95d65ceb09..140b9737bf 100644
--- a/config/general.m4
+++ b/config/general.m4
@@ -8,7 +8,7 @@
# argument (other than "yes/no"), etc.
#
# The point of this implementation is to reduce code size and
-# redundancy in configure.in and to improve robustness and consistency
+# redundancy in configure.ac and to improve robustness and consistency
# in the option evaluation code.