/[oroborus]/oroborus/configure.in
ViewVC logotype

Diff of /oroborus/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by dreamind, Fri Jan 31 06:18:34 2003 UTC revision 1.13 by dreamind, Sun Feb 2 21:01:17 2003 UTC
# Line 27  AC_CHECK_FUNC(mknod) Line 27  AC_CHECK_FUNC(mknod)
27    
28  AC_CHECK_LIB(X11, main,, AC_MSG_ERROR([libX11 is missing from your system: Make sure you have both the  X Window System libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)  AC_CHECK_LIB(X11, main,, AC_MSG_ERROR([libX11 is missing from your system: Make sure you have both the  X Window System libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)
29  AC_CHECK_LIB(Xext, main,, AC_MSG_ERROR([The X Window System installed on this machine does not support the shape extension]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)  AC_CHECK_LIB(Xext, main,, AC_MSG_ERROR([The X Window System installed on this machine does not support the shape extension]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)
30  AC_CHECK_LIB(SM, main,AC_DEFINE(HAVE_X11_SM_SMLIB_H, 1), AC_MSG_ERROR([The X Window System installed on this machine does not support the session management extension]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)  AC_CHECK_LIB(SM, main,AC_DEFINE(HAVE_X11_SM_SMLIB_H, 1, [Have X11 SM lib ?]), AC_MSG_ERROR([The X Window System installed on this machine does not support the session management extension]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)
31  AC_CHECK_LIB(Xpm, main,, AC_MSG_ERROR([libXpm is missing from your system: Make sure you have both the Xpm libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)  AC_CHECK_LIB(Xpm, main,, AC_MSG_ERROR([libXpm is missing from your system: Make sure you have both the Xpm libraries and development headers correctly installed]), $X_CFLAGS $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS)
32    
33  AC_CHECK_FUNCS(malloc setlocale strchr strdup strrchr strstr)  AC_CHECK_FUNCS(malloc setlocale strchr strdup strrchr strstr)
34    
35  AC_ARG_ENABLE(debug, [  --enable-debug          use this option if you want to debug Oroborus], AC_DEFINE(DEBUG, 1))  AC_ARG_ENABLE(debug, [  --enable-debug          use this option if you want to debug Oroborus], AC_DEFINE(DEBUG, 1, [use this option if you want to debug Oroborus]))
36    
37  AC_OUTPUT(Makefile src/Makefile defaults/defaults defaults/Makefile schemes/Makefile themes/Makefile themes/cruxish/Makefile themes/next/Makefile themes/oroborus/Makefile themes/platinum/Makefile themes/slimline/Makefile themes/windows/Makefile themes/agua/Makefile themes/QNX/Makefile themes/e017/Makefile themes/pillage/Makefile themes/gorillaworm/Makefile themes/beos/Makefile man/Makefile)  AC_OUTPUT(Makefile src/Makefile defaults/defaults defaults/Makefile schemes/Makefile themes/Makefile themes/cruxish/Makefile themes/next/Makefile themes/oroborus/Makefile themes/platinum/Makefile themes/slimline/Makefile themes/windows/Makefile themes/agua/Makefile themes/QNX/Makefile themes/e017/Makefile themes/pillage/Makefile themes/gorillaworm/Makefile themes/beos/Makefile man/Makefile)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26