Administrivia: Don't recreate INSTALL when doing autoreconf. COPYING is now in .git too.

This commit is contained in:
R. Bernstein
2012-01-25 23:28:41 -05:00
parent 70e8d1a6f8
commit 3800908aed
3 changed files with 675 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ AC_PREREQ(2.67)
AC_INIT([libcdio], [CDIO_VERSION_STR(RELEASE_NUM)], [libcdio-help@gnu.org])
AC_CONFIG_SRCDIR(src/cd-info.c)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
AM_CONFIG_HEADER(config.h)