diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0f4d62046..71da49c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = autogen.sh \ README \ TODO \ depcomp \ + CREDITS \ @DEPCOMP@ noinst_HEADERS = config.h @@ -53,7 +54,7 @@ prune-cache: release-check: misc/relchk.sh @mv -f .cvsversion .cvsversion.tmp - @./configure && $(SHELL) misc/relchk.sh + @./autogen.sh && $(SHELL) misc/relchk.sh @mv -f .cvsversion.tmp .cvsversion |
