1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Configure fix for install script search.

This commit is contained in:
Bruce Momjian
1998-09-02 01:54:18 +00:00
parent 82707ffe2b
commit b07f4b4efb
5 changed files with 25 additions and 7 deletions

View File

@ -1,5 +1,4 @@
AROPT:cq
CC:gcc2
CFLAGS:-O2 -m486 -pipe -DPRE_BSDI_2_1
SHARED_LIB:
ALL:
@ -9,3 +8,4 @@ USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
YACC:
CC:gcc2

View File

@ -1,5 +1,4 @@
AROPT:cq
CC:gcc2
CFLAGS:-O2 -m486 -pipe
SHARED_LIB:
ALL:
@ -9,3 +8,5 @@ USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
YACC:
CC:gcc2

View File

@ -1,5 +1,4 @@
AROPT:cq
CC:gcc2
CFLAGS:-O2 -m486 -pipe
SHARED_LIB:
ALL:
@ -9,3 +8,5 @@ USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
YACC:
CC:gcc2