<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/config/general.m4, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Rename configure.in to configure.ac</title>
<updated>2020-07-24T08:42:08+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter@eisentraut.org</email>
</author>
<published>2020-07-24T08:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=25244b8972a34b838c4033fe9efc1d31cba9d0e3'/>
<id>25244b8972a34b838c4033fe9efc1d31cba9d0e3</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless whitespace at end of lines</title>
<updated>2010-11-23T20:34:55+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2010-11-23T20:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=fc946c39aeacdff7df60c83fca6582985e8546c8'/>
<id>fc946c39aeacdff7df60c83fca6582985e8546c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cvs keywords from all files.</title>
<updated>2010-09-20T20:08:53+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2010-09-20T20:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9f2e211386931f7aee48ffbc2fcaef1632d8329f'/>
<id>9f2e211386931f7aee48ffbc2fcaef1632d8329f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Autoconf 2.63</title>
<updated>2009-07-02T18:55:40+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2009-07-02T18:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7cc514ac65d5725f60dae4e4d059a329a6c883b3'/>
<id>7cc514ac65d5725f60dae4e4d059a329a6c883b3</id>
<content type='text'>
This upgrades the configure infrastructure to the latest Autoconf version.
Some notable news are:
 - The workaround for the broken fseeko() test is gone.
 - Checking for unknown options is now provided by Autoconf itself.
 - Fixes for Mac OS X
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This upgrades the configure infrastructure to the latest Autoconf version.
Some notable news are:
 - The workaround for the broken fseeko() test is gone.
 - Checking for unknown options is now provided by Autoconf itself.
 - Fixes for Mac OS X
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Autoconf provided AS_HELP_STRING macro to automatically format and</title>
<updated>2008-10-29T09:27:24+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2008-10-29T09:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f7ef575fb72cf5f9e0a6fb530e52c4ff13588f12'/>
<id>f7ef575fb72cf5f9e0a6fb530e52c4ff13588f12</id>
<content type='text'>
align strings in the --help output.  Do this through our abstraction layer
to eliminate redundancy and randomness in configure.in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
align strings in the --help output.  Do this through our abstraction layer
to eliminate redundancy and randomness in configure.in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better solution to the tr problem: use sed instead.  Per Martijn and Andrew.</title>
<updated>2006-11-30T22:21:24+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2006-11-30T22:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=746330e2d072abcf28d36b29c41aecbe8e6d21ec'/>
<id>746330e2d072abcf28d36b29c41aecbe8e6d21ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve portability of 'tr' invocation in PGAC_ARG_CHECK.  Reported by</title>
<updated>2006-11-30T21:44:12+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2006-11-30T21:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7ac9d45f49caaddc56d1aeb5038fddfb53ce86ac'/>
<id>7ac9d45f49caaddc56d1aeb5038fddfb53ce86ac</id>
<content type='text'>
Olivier Prenant, fixed by Peter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Olivier Prenant, fixed by Peter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code the unknown options check without using m4 diversions.  Otherwise this</title>
<updated>2006-10-30T22:15:04+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2006-10-30T22:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=0b9f93e6b04d941d3428d6e709ab8c4b03554f2f'/>
<id>0b9f93e6b04d941d3428d6e709ab8c4b03554f2f</id>
<content type='text'>
code relies on the checking macro actually being called at the end, or the
automatic undiversion will produce garbage.  These sort of implicit
side-effects undermine the modularity of the macros and happen to break the
ODBC driver which makes use of them.

Also put the warnings at the very end of configure, so there is an even
better chance of seeing them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code relies on the checking macro actually being called at the end, or the
automatic undiversion will produce garbage.  These sort of implicit
side-effects undermine the modularity of the macros and happen to break the
ODBC driver which makes use of them.

Also put the warnings at the very end of configure, so there is an even
better chance of seeing them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make unknown-option-warning code more portable.  echo -n is not portable,</title>
<updated>2006-10-13T20:23:07+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2006-10-13T20:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e1fdd2263f8dadd9dad1c2462c3b8c7972b3ff56'/>
<id>e1fdd2263f8dadd9dad1c2462c3b8c7972b3ff56</id>
<content type='text'>
and neither is "|" or "\|" in basic regular expressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and neither is "|" or "\|" in basic regular expressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2006-08-11T18:51:50+00:00</updated>
<author>
<name>Alvaro Herrera</name>
<email>alvherre@alvh.no-ip.org</email>
</author>
<published>2006-08-11T18:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5c83b510bebc706bbf15414bd56d6770a6f3f726'/>
<id>5c83b510bebc706bbf15414bd56d6770a6f3f726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
