Browse Source

[master] Remove empty GNU-style dist files

Mukund Sivaraman 12 years ago
parent
commit
b2eedd0aeb
3 changed files with 1 additions and 1 deletions
  1. 0 0
      NEWS
  2. 0 0
      TODO
  3. 1 1
      configure.ac

+ 0 - 0
NEWS


+ 0 - 0
TODO


+ 1 - 1
configure.ac

@@ -4,7 +4,7 @@
 AC_PREREQ([2.59])
 AC_INIT(bind10-devel, 20120817, bind10-dev@isc.org)
 AC_CONFIG_SRCDIR(README)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4macros])