X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=m4%2Fbeos.m4;fp=m4%2Fbeos.m4;h=6f2a4c4d2610bef70da562dbf69c6d4ce6e4dfa0;hb=39ec1247a71f61152a4a7f502a30f06a3896c5da;hp=0000000000000000000000000000000000000000;hpb=06be459be4f5f6a7c6ff878e84f355fb2575caa8;p=gnuplot diff --git a/m4/beos.m4 b/m4/beos.m4 new file mode 100644 index 0000000..6f2a4c4 --- /dev/null +++ b/m4/beos.m4 @@ -0,0 +1,20 @@ +## ------------------------------- ## +## Check for BeOS. ## +## From Lars Hecking ## +## From Xavier Pianet ## +## ------------------------------- ## + +# serial 1 + +AC_DEFUN([GP_BEOS], +[AC_MSG_CHECKING(for BeOS) +AC_EGREP_CPP(yes, +[#if __BEOS__ + yes +#endif +], AC_MSG_RESULT(yes) + build_src_beos_subdir=yes, + build_src_beos_subdir=no + AC_MSG_RESULT(no)) +]) +