Support for HP-UX.

This commit is contained in:
Nicholas Marriott
2011-01-21 20:35:20 +00:00
parent e34c6fd187
commit 38f169113e
4 changed files with 175 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.8 2011-01-07 15:09:04 tcunha Exp $
# $Id: Makefile.am,v 1.9 2011-01-21 20:35:20 nicm Exp $
# Obvious program stuff.
bin_PROGRAMS = tmux
@ -12,6 +12,9 @@ dist-hook:
grep "^#found_debug=" configure
find $(distdir) -name CVS -type d|xargs rm -Rf
# Preprocessor flags.
CPPFLAGS += @XOPEN_DEFINES@
# glibc as usual does things ass-backwards and hides useful things by default,
# so everyone has to add this.
if IS_GLIBC