summaryrefslogtreecommitdiff
path: root/src/backend
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/backend
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/backend')
-rw-r--r--src/backend/catalog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/Makefile b/src/backend/catalog/Makefile
index 9499bb33e56..93cf6d43685 100644
--- a/src/backend/catalog/Makefile
+++ b/src/backend/catalog/Makefile
@@ -103,10 +103,10 @@ generated-header-symlinks: $(top_builddir)/src/include/catalog/header-stamp
# won't update them if they didn't change (to avoid unnecessary recompiles).
# Technically, this should depend on Makefile.global which supplies
# $(MAJORVERSION); but then genbki.pl would need to be re-run after every
-# configure run, even in distribution tarballs. So depending on configure.in
+# configure run, even in distribution tarballs. So depending on configure.ac
# instead is cheating a bit, but it will achieve the goal of updating the
# version number when it changes.
-bki-stamp: genbki.pl Catalog.pm $(POSTGRES_BKI_SRCS) $(POSTGRES_BKI_DATA) $(top_srcdir)/configure.in
+bki-stamp: genbki.pl Catalog.pm $(POSTGRES_BKI_SRCS) $(POSTGRES_BKI_DATA) $(top_srcdir)/configure.ac
$(PERL) $< --include-path=$(top_srcdir)/src/include/ \
--set-version=$(MAJORVERSION) $(POSTGRES_BKI_SRCS)
touch $@