tracking of include files so we make distclean would work. I just spent 30
minutes chasing a phantom bug because of this - I understand people love for
make distclean to work, but this price is not worth it. so dependency
tracking is back.
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects no-dependencies 1.11])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects 1.11])
AM_SILENT_RULES([yes])
AC_CANONICAL_HOST