From 049246f2346ce74a4ba0b1252347bc455740dd27 Mon Sep 17 00:00:00 2001 From: aj Date: Thu, 17 Jul 2003 11:04:25 +0000 Subject: [PATCH] real cleanup via MAINTAINERCLEANFILES. include depcomp in distribution. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1270 c6295689-39f2-0310-b995-f0e70906c6a9 --- Makefile.am | 8 ++++++-- bootstrap | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 67feb9c2..eb41afdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,12 @@ SUBDIRS = . aclocal docs etc src win32 -EXTRA_DIST = CodingStyle bootstrap Makefile.mak +EXTRA_DIST = CodingStyle bootstrap Makefile.mak depcomp + +MAINTAINERCLEANFILES = Makefile.in config.h.in configure \ + install-sh ltmain.sh missing mkinstalldirs \ + compile depcomp config.log config.status \ + config.guess config.sub -MAINTAINERCLEANFILES = Makefile.in config.h.in configure DEPCLEANFILES = config.log configure diff --git a/bootstrap b/bootstrap index 96adce25..7da6cbc7 100755 --- a/bootstrap +++ b/bootstrap @@ -5,6 +5,6 @@ set -x if test -f Makefile; then make distclean fi -rm -rf *.cache *.status *.guess *.sub *.log *.m4 ltmain.sh depcomp +rm -rf *.cache *.status *.guess *.sub *.log *.m4 cat aclocal/*.m4 > acinclude.m4 autoreconf --verbose --install