[svn r135] Added some dependencies issues, regarding gmyth_debug function calls.
1.1 --- a/gmyth/configure.ac Tue Nov 28 22:31:47 2006 +0000
1.2 +++ b/gmyth/configure.ac Wed Nov 29 12:53:57 2006 +0000
1.3 @@ -10,9 +10,9 @@
1.4
1.5 dnl when going to/from release please set the nano (fourth number) right !
1.6 dnl releases only do Wall, SVN and prerelease does Werror too
1.7 -dnl AS_VERSION(gmyth, GMYTH, 0, 1, 0, 3, GMYTH_SVN="no", GMYTH_SVN="yes")
1.8 -dnl GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
1.9 -dnl AC_SUBST(GMYTH_MAJORMINOR)
1.10 +AS_VERSION(gmyth, GMYTH, 0, 1, 0, 3, GMYTH_SVN="no", GMYTH_SVN="yes")
1.11 +GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
1.12 +AC_SUBST(GMYTH_MAJORMINOR)
1.13
1.14 dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode
1.15 AM_MAINTAINER_MODE
1.16 @@ -48,14 +48,22 @@
1.17 AC_C_CONST
1.18 AC_TYPE_PID_T
1.19 AC_STRUCT_TM
1.20 +AC_HEADER_TIME
1.21 +AC_STRUCT_TM
1.22 +AC_HEADER_STDBOOL
1.23 +
1.24 +AC_CHECK_FUNCS([gethostname inet_ntoa localtime_r memset select socket strrchr strstr])
1.25 +
1.26
1.27 # Checks for library functions.
1.28 AC_FUNC_FORK
1.29 +AC_FUNC_STRFTIME
1.30 +AC_FUNC_SELECT_ARGTYPES
1.31 AC_PROG_GCC_TRADITIONAL
1.32 AC_FUNC_MALLOC
1.33 AC_FUNC_MKTIME
1.34 AC_FUNC_VPRINTF
1.35 -AC_CHECK_FUNCS([memset socket stime strstr strtoul])
1.36 +AC_CHECK_FUNCS([memset socket stime strstr strtoul gethostname inet_ntoa localtime_r select strrchr])
1.37
1.38 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
1.39