From: Adam Dickmeiss Date: Wed, 7 Mar 2007 09:09:22 +0000 (+0000) Subject: Omit acx_pthread.m4 from installation (only part of make dist). X-Git-Tag: YAZ.2.1.53 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f7cd94cdd1d0ab8655419c6f5ca9ec19f659b2f1 Omit acx_pthread.m4 from installation (only part of make dist). --- diff --git a/Makefile.am b/Makefile.am index 13cf28b..fe022af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.41 2007-02-24 13:35:23 adam Exp $ +## $Id: Makefile.am,v 1.42 2007-03-07 09:09:22 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -10,7 +10,7 @@ SUBDIRS = src include util test client ztest zoom ziffy doc etc aclocaldir=$(datadir)/aclocal -aclocal_DATA = m4/yaz.m4 m4/acx_pthread.m4 +aclocal_DATA = m4/yaz.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = yaz.pc @@ -18,7 +18,7 @@ pkgconfig_DATA = yaz.pc SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \ yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ - Doxyfile.in + Doxyfile.in m4/acx_pthread.m4 dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi