From 55f6d8c4ad2a1faab341abaf5f66db5891aa7c3a Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Sat, 28 Nov 1992 02:40:01 +0000 Subject: [PATCH] supply standard X11 include & library directories --- ChangeLog | 3 +++ config/mh-hpux | 4 ++++ config/mh-solaris | 12 ++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 config/mh-solaris diff --git a/ChangeLog b/ChangeLog index bc7a29adc0..8a6b3af4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: define flags for X11 include files and library file locations, pass them down to the programs that need this info + * config/{mh-hpux,mh-solaris}: define the "standard" locations for + the vendor supplied X11 headers and libraries + Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: start building libg++ for HP-UX targets diff --git a/config/mh-hpux b/config/mh-hpux index b10d7edf98..183fbc3c64 100644 --- a/config/mh-hpux +++ b/config/mh-hpux @@ -2,3 +2,7 @@ SYSV = -DSYSV RANLIB = true INSTALL = cp + +# X11 +X11_INCLUDE_FLAGS = -I/usr/include/X11R4 +X11_LIB_FLAGS = -L/usr/lib/X11R4 diff --git a/config/mh-solaris b/config/mh-solaris new file mode 100644 index 0000000000..1cb21c70b0 --- /dev/null +++ b/config/mh-solaris @@ -0,0 +1,12 @@ +# Makefile changes for Suns running Solaris 2 + +SYSV = -DSYSV +RANLIB = true +INSTALL = cp +CFLAGS = -g + +# if you're using Sun's C compiler, add -xs to the CFLAGS line + +# X11 +X11_INCLUDE_FLAGS = -I/usr/openwin/include +X11_LIB_FLAGS = -L/usr/openwin/lib -- 2.34.1