configure.ac 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # -*- Autoconf -*-
  2. # Process this file with autoconf to produce a configure script.
  3. m4_define([MAJOR_VERSION], 1)
  4. m4_define([MINOR_VERSION], 5)
  5. m4_define([MICRO_VERSION], 3)
  6. AC_PREREQ(2.59)
  7. AC_INIT([klish],
  8. [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION],
  9. [serj.kalichev at gmail dot com])
  10. AC_CONFIG_AUX_DIR(aux_scripts)
  11. # Check for system extensions (_POSIX_THREAD_SEMANTICS for Solaris)
  12. AC_USE_SYSTEM_EXTENSIONS
  13. # Checks for programs.
  14. AC_PROG_CC
  15. AC_PROG_CXX
  16. AC_LIBTOOL_WIN32_DLL
  17. AC_PROG_LIBTOOL
  18. AC_CONFIG_HEADERS([config.h])
  19. AM_INIT_AUTOMAKE(subdir-objects)
  20. AM_PROG_CC_C_O
  21. # needed to handle 64-bit architecture
  22. AC_CHECK_SIZEOF(int)
  23. AC_CHECK_SIZEOF(long)
  24. AC_CHECK_SIZEOF(size_t)
  25. #------------------------------------------------------------------------
  26. # Handle the --prefix=... option
  27. #------------------------------------------------------------------------
  28. if test "${prefix}" = "NONE"; then
  29. prefix=/usr/local
  30. fi
  31. if test "${exec_prefix}" = "NONE"; then
  32. exec_prefix=$prefix
  33. fi
  34. # libdir must be a fully qualified path (not ${exec_prefix}/lib)
  35. eval libdir="$libdir"
  36. ################################
  37. # Deal with debugging options
  38. ################################
  39. AC_ARG_ENABLE(debug,
  40. [AS_HELP_STRING([--enable-debug],
  41. [Turn on debugging including asserts [default=no]])],
  42. [],
  43. [enable_debug=no])
  44. AM_CONDITIONAL(DEBUG,test x$enable_debug = xyes)
  45. ################################
  46. # Check for the LUB library
  47. ################################
  48. LUB_LIBS="-llub"
  49. LUB_CFLAGS=""
  50. if test "x$LUB_LIBS" = "x"; then
  51. AC_MSG_ERROR([Cannot find the "Little Useful Bits" library])
  52. fi
  53. AC_SUBST(LUB_LIBS)
  54. AC_SUBST(LUB_CFLAGS)
  55. ################################
  56. # Check for the KONF library
  57. ################################
  58. KONF_LIBS="-lkonf"
  59. KONF_CFLAGS=""
  60. if test "x$KONF_LIBS" = "x"; then
  61. AC_MSG_ERROR([Cannot find the "CLI config" library])
  62. fi
  63. AC_SUBST(KONF_LIBS)
  64. AC_SUBST(KONF_CFLAGS)
  65. ################################
  66. # Check for the TINYRL library
  67. ################################
  68. TINYRL_LIBS="-ltinyrl"
  69. TINYRL_CFLAGS=""
  70. if test "x$TINYRL_LIBS" = "x"; then
  71. AC_MSG_ERROR([Cannot find the "Tiny Readline" library])
  72. fi
  73. AC_SUBST(TINYRL_LIBS)
  74. AC_SUBST(TINYRL_CFLAGS)
  75. ################################
  76. # Check for the TINYXML library
  77. ################################
  78. TINYXML_LIBS="-ltinyxml"
  79. TINYXML_CXXFLAGS="-std=gnu++98"
  80. if test "x$TINYXML_LIBS" = "x"; then
  81. AC_MSG_ERROR([Cannot find the "Tiny XML" library])
  82. fi
  83. AC_SUBST(TINYXML_LIBS)
  84. AC_SUBST(TINYXML_CXXFLAGS)
  85. ################################
  86. # Check for the PTHREAD library
  87. ################################
  88. #C_ARG_WITH(pthread,
  89. # [AS_HELP_STRING([--with-pthread=DIR],
  90. # [Use POSIX threads library distribution in DIR])
  91. # ])
  92. AC_CHECK_HEADERS(pthread.h,
  93. [ AC_SEARCH_LIBS([pthread_create], [pthread], [],
  94. [ AC_MSG_ERROR([Cannot find the POSIX threads library])
  95. ])
  96. ])
  97. ################################
  98. # Check for the RT library
  99. ################################
  100. AC_ARG_WITH(rt,
  101. [AS_HELP_STRING([--with-rt=DIR],
  102. [Use POSIX real time library distribution in DIR])])
  103. AC_CHECK_LIB(rt,
  104. clock_gettime,
  105. [
  106. AC_DEFINE([HAVE_LIBRT], [], [Have POSIX real time library])
  107. if test "x$with_rt" = "x"; then
  108. RT_LIBS="-lrt"
  109. else
  110. RT_CFLAGS="-I$with_rt/include"
  111. RT_LIBS="-L$with_rt/lib -lrt"
  112. fi
  113. AC_SUBST(RT_LIBS)
  114. AC_SUBST(RT_CFLAGS)
  115. ])
  116. ################################
  117. # Check for linkage with GPL libraries
  118. ################################
  119. AC_ARG_ENABLE(gpl,
  120. [AS_HELP_STRING([--enable-gpl],
  121. [Link with GPL licenced libraries [default=yes]])],
  122. [],
  123. [enable_gpl=yes])
  124. if test "x$enable_gpl" = "xyes"; then
  125. ################################
  126. # Check for BFD library
  127. ################################
  128. AC_MSG_WARN([Linking with GPL licence libraries])
  129. AC_CHECK_HEADERS(bfd.h,
  130. [AC_CHECK_LIB(bfd,
  131. bfd_init,
  132. [AC_DEFINE([HAVE_LIBBFD],
  133. [],
  134. [Have Binary File Decription library])
  135. BFD_LIBS="-lbfd -liberty"
  136. AC_CHECK_LIB(intl,
  137. libintl_dgettext,
  138. [AC_DEFINE([HAVE_LIBINTL],
  139. [],
  140. [Have native langauage support library])
  141. BFD_LIBS="$BFD_LIBS -lintl"
  142. ])
  143. AC_SUBST(BFD_LIBS)
  144. ])
  145. ])
  146. else
  147. AC_MSG_WARN([Skipping BFD library checks because of GPL Licence])
  148. fi
  149. ################################
  150. # Search for network functions (like connect())
  151. ################################
  152. AC_SEARCH_LIBS([socket], [socket])
  153. ################################
  154. # Check for regex.h
  155. ################################
  156. AC_CHECK_HEADERS(regex.h, [],
  157. AC_MSG_ERROR([regex.h not found: regular expressions are not supported]))
  158. ################################
  159. # Check for getopt_long()
  160. ################################
  161. AC_CHECK_HEADERS(getopt.h, [],
  162. AC_MSG_WARN([getopt.h not found: only short parameters can be used on command line]))
  163. ################################
  164. # Check for locale.h
  165. ################################
  166. AC_CHECK_HEADERS(locale.h, [],
  167. AC_MSG_WARN([locale.h not found: the locales is not supported]))
  168. ################################
  169. # Check for CODESET within nl_langinfo
  170. ################################
  171. AM_LANGINFO_CODESET
  172. ################################
  173. # Check for pwd.h and grp.h
  174. ################################
  175. AC_CHECK_HEADERS(pwd.h, [],
  176. AC_MSG_WARN([pwd.h not found: the pwd operations is not supported]))
  177. AC_CHECK_HEADERS(grp.h, [],
  178. AC_MSG_WARN([grp.h not found: the grp operations is not supported]))
  179. ################################
  180. # Check for chroot
  181. ################################
  182. AC_CHECK_FUNCS(chroot, [],
  183. AC_MSG_WARN([chroot() not found: the choot is not supported]))
  184. AC_CONFIG_FILES(Makefile)
  185. AC_OUTPUT