45 |
AC_CHECK_FUNCS([memset]) |
AC_CHECK_FUNCS([memset]) |
46 |
AC_CHECK_LIB([dl], [dlopen]) |
AC_CHECK_LIB([dl], [dlopen]) |
47 |
|
|
48 |
|
# Sets SVN revision |
49 |
|
SVN_REVISION=`svn info . | sed -ne "s/^Revision: \(.*\:\)\{0,1\}\(.*\)$/\2/p"` |
50 |
|
AC_SUBST(SVN_REVISION,[$SVN_REVISION]) |
51 |
|
|
52 |
dnl this macro is used to get the arguments supplied |
dnl this macro is used to get the arguments supplied |
53 |
dnl to the configure script (./configure --enable-debug) |
dnl to the configure script (./configure --enable-debug) |
54 |
dnl Check if we have enable debug support. |
dnl Check if we have enable debug support. |