=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/m4/Attic/next.m4,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/m4/Attic/next.m4 2000/01/09 17:01:10 1.1.1.1 +++ OpenXM_contrib/gnuplot/m4/Attic/next.m4 2000/01/22 14:16:17 1.1.1.2 @@ -5,7 +5,7 @@ # serial 1 -AC_DEFUN(gp_NEXT, +AC_DEFUN(GP_NEXT, [AC_MSG_CHECKING(for NeXT) AC_EGREP_CPP(yes, [#if __NeXT__ @@ -13,9 +13,7 @@ AC_EGREP_CPP(yes, #endif ], AC_MSG_RESULT(yes) LIBS="$LIBS -lsys_s -lNeXT_s" - NEXTOBJS=epsviewe.o CFLAGS="$CFLAGS -ObjC",dnl - NEXTOBJS= AC_MSG_RESULT(no)) ])