summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2020-07-24 08:34:16 +0000
committerPeter Eisentraut2020-07-24 08:42:08 +0000
commit25244b8972a34b838c4033fe9efc1d31cba9d0e3 (patch)
tree47df6cdd86048afada60c7d480772b379f754531 /src/include
parentb9b610577d7f70d959968c3697557011699b3a54 (diff)
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 'src/include')
-rw-r--r--src/include/pg_config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 73aa6181669..fb270df678a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -1,4 +1,4 @@
-/* src/include/pg_config.h.in. Generated from configure.in by autoheader. */
+/* src/include/pg_config.h.in. Generated from configure.ac by autoheader. */
/* Define to the type of arg 1 of 'accept' */
#undef ACCEPT_TYPE_ARG1