libs/libpam: update libpam to version 1.1.2, refresh patches
[openwrt/svn-archive/archive.git] / libs / libpam / patches / 003-no_doc.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -5,9 +5,9 @@
4 AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
5
6 if STATIC_MODULES
7 -SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
8 +SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
9 else
10 -SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
11 +SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
12 endif
13
14 CLEANFILES = *~
15 --- a/Makefile.in
16 +++ b/Makefile.in
17 @@ -74,7 +74,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
18 distclean-recursive maintainer-clean-recursive
19 ETAGS = etags
20 CTAGS = ctags
21 -DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc \
22 +DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
23 examples xtests
24 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
25 distdir = $(PACKAGE)-$(VERSION)
26 @@ -249,8 +249,8 @@ top_build_prefix = @top_build_prefix@
27 top_builddir = @top_builddir@
28 top_srcdir = @top_srcdir@
29 AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
30 -@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
31 -@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
32 +@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
33 +@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
34 CLEANFILES = *~
35 M4_FILES = m4/gettext.m4 m4/iconv.m4 m4/intlmacosx.m4 \
36 m4/japhar_grep_cflags.m4 m4/jh_path_xml_catalog.m4 \