diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 08:54:49 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 08:54:49 +0000 |
| commit | 95371d8453eb44e5bb17423ec396e1e4bf86acd7 (patch) | |
| tree | a026984cc47668feaf2a7b08434aa7cfa167e993 /libevent/configure.in | |
| parent | ba4efecb6df9cdc5cfaba42b8af75ea4edcc7517 (diff) | |
| download | btpd-95371d8453eb44e5bb17423ec396e1e4bf86acd7.tar.gz btpd-95371d8453eb44e5bb17423ec396e1e4bf86acd7.zip | |
Remove files not needed by btpd. Make the build scripts more suitable for
btpd.
Diffstat (limited to 'libevent/configure.in')
| -rw-r--r-- | libevent/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libevent/configure.in b/libevent/configure.in index fa43a9c..7d8595a 100644 --- a/libevent/configure.in +++ b/libevent/configure.in @@ -21,13 +21,13 @@ if test "$GCC" = yes ; then CFLAGS="$CFLAGS -Wall" fi -AC_PROG_LIBTOOL +AC_PROG_RANLIB dnl Uncomment "AC_DISABLE_SHARED" to make shared librraries not get dnl built by default. You can also turn shared libs on and off from dnl the command line with --enable-shared and --disable-shared. dnl AC_DISABLE_SHARED -AC_SUBST(LIBTOOL_DEPS) +dnl AC_SUBST(LIBTOOL_DEPS) dnl Check for optional stuff AC_ARG_WITH(rtsig, @@ -133,7 +133,7 @@ AC_HEADER_TIME dnl Checks for library functions. AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r) -AC_REPLACE_FUNCS(strlcpy) +dnl AC_REPLACE_FUNCS(strlcpy) if test "x$ac_cv_func_clock_gettime" = "xyes"; then AC_DEFINE(DNS_USE_CPU_CLOCK_FOR_ID, 1, [Define if clock_gettime is available in libc]) @@ -369,4 +369,4 @@ AC_TRY_COMPILE([], [Define to appropriate substitue if compiler doesnt have __func__]))) -AC_OUTPUT(Makefile test/Makefile sample/Makefile) +AC_OUTPUT(Makefile) |