提交 4001a8c7 编写于 作者: M Marc G. Fournier

Add Makefile.in so that configure can determine if inet_aton.o is required

Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is
	useful for finding extra header files

Split header files from libraries in build.  Doesn't make much sense to
	look for a header file in /usr/local/lib, nor to look for a library
	in /usr/local/include :)
上级 0d5f773b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.7 1997/02/04 08:53:28 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.8 1997/02/05 21:21:33 scrappy Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -285,6 +285,8 @@ CC= @CC@ ...@@ -285,6 +285,8 @@ CC= @CC@
# #
LEX= @LEX@ LEX= @LEX@
CFLAGS= @CPPFLAGS@
LDFLAGS= @LDFLAGS@
LDADD_BE= @LIBS@ LDADD_BE= @LIBS@
LD_ADD= $(LDADD_BE) LD_ADD= $(LDADD_BE)
......
此差异已折叠。
...@@ -33,6 +33,8 @@ freebsd*) PORTNAME='BSD44_derived' ;; ...@@ -33,6 +33,8 @@ freebsd*) PORTNAME='BSD44_derived' ;;
exit;; exit;;
esac esac
AC_SUBST(PORTNAME) AC_SUBST(PORTNAME)
AC_SUBST(LDFLAGS)
AC_SUBST(CPPFLAGS)
AC_CONFIG_HEADER(include/config.h) AC_CONFIG_HEADER(include/config.h)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册