Move Deprecated configure.in to configure.ac

From: "Aaron W(dot) Swenson" <titanofold(at)gentoo(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Move Deprecated configure.in to configure.ac
Date: 2014-11-19 17:03:29
Message-ID: 20141119170329.GA2369@gengoff.gsmr1.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)gentoo(dot)org
GnuPG FP : 2C00 7719 4F85 FB07 A49C 0E31 5713 AA03 D1BB FDA0
GnuPG ID : D1BBFDA0

Attachment Content-Type Size
0001-Move-Deprecated-configure.in-to-configure.ac.patch text/x-diff 135.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-19 17:04:11 Re: Increasing test coverage of WAL redo functions
Previous Message Tom Lane 2014-11-19 17:03:17 Re: What exactly is our CRC algorithm?