Annotation of OpenXM_contrib/gnuplot/m4/beos.m4, Revision 1.1
1.1 ! ohara 1: ## ------------------------------- ##
! 2: ## Check for BeOS. ##
! 3: ## From Lars Hecking ##
! 4: ## From Xavier Pianet ##
! 5: ## ------------------------------- ##
! 6:
! 7: # serial 1
! 8:
! 9: AC_DEFUN(GP_BEOS,
! 10: [AC_MSG_CHECKING(for BeOS)
! 11: AC_EGREP_CPP(yes,
! 12: [#if __BEOS__
! 13: yes
! 14: #endif
! 15: ], AC_MSG_RESULT(yes)
! 16: build_src_beos_subdir=yes,
! 17: build_src_beos_subdir=no
! 18: AC_MSG_RESULT(no))
! 19: ])
! 20:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>