[BACK]Return to next.m4 CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / m4

Annotation of OpenXM_contrib/gnuplot/m4/next.m4, Revision 1.1.1.1

1.1       maekawa     1: ## ------------------------------- ##
                      2: ## Check for NeXT.                 ##
                      3: ## From Lars Hecking               ##
                      4: ## ------------------------------- ##
                      5:
                      6: # serial 1
                      7:
                      8: AC_DEFUN(gp_NEXT,
                      9: [AC_MSG_CHECKING(for NeXT)
                     10: AC_EGREP_CPP(yes,
                     11: [#if __NeXT__
                     12:   yes
                     13: #endif
                     14: ], AC_MSG_RESULT(yes)
                     15:    LIBS="$LIBS -lsys_s -lNeXT_s"
                     16:    NEXTOBJS=epsviewe.o
                     17:    CFLAGS="$CFLAGS -ObjC",dnl
                     18:    NEXTOBJS=
                     19:    AC_MSG_RESULT(no))
                     20: ])
                     21:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>