[pkg-opensc-commit] [libp11] 33/239: do not include libltdl, require it instead. create documentation on "make dist".

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit afa5d3438819a235988f6e9992f0c765a907375a
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 14:05:53 2005 +0000

    do not include libltdl, require it instead.
    create documentation on "make dist".
---
 Makefile.am | 4 +++-
 bootstrap   | 5 ++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 56e0218..f068f9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 # Process this file with automake to create Makefile.in
 
-SUBDIRS = aclocal doc src rsaref .
+SUBDIRS = . aclocal doc src rsaref 
 
 EXTRA_DIST = bootstrap depcomp $(shell ls examples/{README,Makefile,*.c})
 
@@ -14,3 +14,5 @@ DEPCLEANFILES = config.log configure
 
 AUTOMAKE_OPTIONS = foreign 1.5
 
+dist-hook:
+	sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
diff --git a/bootstrap b/bootstrap
index a570d17..c27edd2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,8 +5,7 @@ set -x
 if test -f Makefile; then
   make distclean
 fi
-rm -rf *.cache *.m4 config.guess config.log \
-config.status config.sub depcomp ltmain.sh libltdl
+rm -rf *~ *.cache *.m4 config.guess config.log \
+	config.status config.sub depcomp ltmain.sh
 (cat aclocal/*.m4 > acinclude.m4 2> /dev/null)
-libtoolize --copy
 autoreconf --verbose --install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list