r18169@catbus: nickm | 2008-02-18 15:13:20 -0500

Rebuild and re-run configure etc when configure.in or Makefile.am changes.  Also, have automake do its dependency tracking.


svn:r651
This commit is contained in:
Nick Mathewson 2008-02-18 20:13:27 +00:00
parent 11230f7e16
commit 0d26f1605f
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
AUTOMAKE_OPTIONS = foreign
# This is the point release for libevent. It shouldn't include any
# a/b/c/d/e notations.

View File

@ -4,7 +4,6 @@ AC_INIT(event.c)
AM_INIT_AUTOMAKE(libevent,1.4.99-trunk)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
dnl Initialize prefix.
if test "$prefix" = "NONE"; then