⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x11.m4

📁 pic 模拟程序!面向对象
💻 M4
字号:
dnl ######################################################################dnldnl Find Xm and Xt (Motif) and set flagsdnldnl ######################################################################dnldnl The X11 include directorydnlAC_MSG_WARN([x11.m4 is obsolete.  Please use AC@&t@_PATH_X or AC@&t@_PATH_XTRA.])AC_ARG_WITH(X11-include,[  --with-X11-include=<x11-include-dir>  set location of the X11 include directory],X11_INCDIR="$withval")dnl If not known, check in typical directoriesif test -n "$X11_INCDIR"; then  X11_INCDIR_PATH=$X11_INCDIRelse  X11_INCDIR_PATH=/usr/X11R6/include:/usr/X11/include:/usr/include:/usr/local/include:/loc/include:/usr/openwin/include:$PATHfiAC_PATH_PROGS(ABS_XLIB_H_PATH, X11/Xlib.h, "", $X11_INCDIR_PATH)if test -z "$ABS_XLIB_H_PATH"; then  if test "$PACKAGE" = "oopic"; then     AC_MSG_ERROR(X11 includes not found in $X11_INCDIR_PATH.  Use --with-X11-include to set the location of X11/Xlib.h  or configure without X11 using --with-XGmini )  else     AC_MSG_ERROR(X11 includes not found in $X11_INCDIR_PATH.  Use --with-X11-include to set the location of X11/Xlib.h.)  fifiX11_INCDIR1=`dirname $ABS_XLIB_H_PATH`X11_INCDIR=`dirname $X11_INCDIR1`AC_SUBST(X11_INCDIR)dnldnl Find the X11 librarydnlAC_ARG_WITH(X11_LIBDIR,[  --with-X11_LIBDIR=<x11-lib-dir>      to set location of X11 library],X11_LIBDIR="$withval")if test -n "$X11_LIBDIR"; then  X11_LIBDIR_PATH=$X11_LIBDIRelse  X11_LIBDIR_PATH=/usr/lib32:/usr/X11R6/lib:/usr/lib:/usr/local/lib:/lib:/usr/X11/lib:/usr/openwin/lib:/usr/dt/lib:$PATHfiAC_PATH_PROGS(ABS_X11LIB_PATH, libX11.a libX11.so, "", $X11_LIBDIR_PATH)if test -z "$ABS_X11LIB_PATH"; then  AC_MSG_ERROR(Unable to find libX11.a or libX11.so in $X11_LIBDIR_PATH.  Set the appropriate directory using --with-X11_LIBDIR)fiX11_LIB=-lX11XT_LIB=-lXtX11_LIBDIR=`dirname $ABS_X11LIB_PATH`AC_SUBST(X11_LIB)AC_SUBST(XT_LIB)AC_SUBST(X11_LIBDIR)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -