Thread: Move Deprecated configure.in to configure.ac

Move Deprecated configure.in to configure.ac

From
"Aaron W. Swenson"
Date:
configure.in was deprecated some years ago. We have a bug at Gentoo [1] to
move it to configure.ac.

I've done so in my git-clone of the postgresql repo, and ran autoupdate
to move away from the deprecated functions as well.

I generated the configure script again, but that didn't change.

make && make check all succeeded without intervention.

[1] https://bugs.gentoo.org/show_bug.cgi?id=529680

--
Mr. Aaron W. Swenson
Gentoo Linux Developer
PostgreSQL Herd Bull
Email : titanofold@gentoo.org
GnuPG FP : 2C00 7719 4F85 FB07 A49C 0E31 5713 AA03 D1BB FDA0
GnuPG ID : D1BBFDA0

Attachment

Re: Move Deprecated configure.in to configure.ac

From
Tom Lane
Date:
"Aaron W. Swenson" <titanofold@gentoo.org> writes:
> configure.in was deprecated some years ago. We have a bug at Gentoo [1] to
> move it to configure.ac.

I see no advantage to this.  It'll mess up our git history to do so,
not to mention complicate back-patching.  If we were planning to adopt
additional tools from the autoconf suite then we might have to change
the file suffix, but I have heard no suggestions that we might want to
do that.  In particular, we really do not care what automake thinks.
        regards, tom lane