Re: Changes to handling version numbers internally

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: Changes to handling version numbers internally
Дата
Msg-id Pine.BSF.4.21.0007041437241.833-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Changes to handling version numbers internally  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Changes to handling version numbers internally  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Changes to handling version numbers internally  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Mon, 3 Jul 2000 eisentrp@csis.gvsu.edu wrote:

> On Sun, 2 Jul 2000, The Hermit Hacker wrote:
> 
> > peter mentioned something about next version of autoconf doing this?  
> 
> Yeah, you write AC_INIT(Package, Version) and that creates the VERSION
> variable and substitutes it, just like I did. (It also creates the PACKAGE
> variable, in case you ever want to rename the package. :)
> 
> If you don't like it in configure.in, I understand, but it seems like that
> would be just one more file to find.

To me, it just seems that it will more often be forgotten then putting it
into a VERSION text file ... but it isn't something that I'm going to turn
blue in face over ... since its as 'clean' as above, leave it ... 

One thought, and with all your recent changes you may have done this, but
is there any way of putting some sort of text file as part of the install
procedure that "stores" the ./configure command line?  Something that, if
I were to remove all sources but decide later that I want to add, let's
say, multi-byte, I could do 'cat ~pgsql/CONFIGURE' to find out how the
system is already compiled? 




В списке pgsql-hackers по дате отправления:

Предыдущее
От: pgsql-hackers@thewrittenword.com
Дата:
Сообщение: Re: 7.0.2 on Solaris
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fwd: Re: Fwd: Problem with recv syscall on socket when other side closed connection