Re: [HACKERS] configure and cpp detection

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] configure and cpp detection
Дата
Msg-id 3636514A.D5EF31E6@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] configure and cpp detection  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I don't think that what I changed could have broken this --- I just
> changed the test that decides whether configure will use "$CPP -" or
> plain "$CPP" for cpp-from-stdin.  $CPP is still getting set by the 
> same old AC_PROG_CPP macro.  Could this have been broken before 
> Sunday? How long ago did you last run a configure and build?

It isn't your fault, Tom. *I* helped with the breakage by changing the
Makefiles to actually use the results of an existing test in configure.
Before, several makefiles had references to cpp hardcoded in, and afaik
nowhere were the configure results used. That broke when I tried
installing egcs on my development system, which seemed to be missing an
explicit cpp.

That was maybe a month ago.
                 - Thomas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Sigh, build is broken again
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)