From: Amos Jeffries Date: Wed, 1 May 2013 10:13:22 +0000 (-0600) Subject: Fix missing parts of rev.12782 X-Git-Tag: SQUID_3_4_0_1~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c387c69afa9fcc10c0a4d8120c2395a891a5afb;p=thirdparty%2Fsquid.git Fix missing parts of rev.12782 --- diff --git a/helpers/basic_auth/DB/Makefile.am b/helpers/basic_auth/DB/Makefile.am index 4d4b71b593..e316dd0c1e 100644 --- a/helpers/basic_auth/DB/Makefile.am +++ b/helpers/basic_auth/DB/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST= \ basic_db_auth.8 \ passwd.sql \ basic_db_auth.pl.in \ - config.test + required.m4 basic_db_auth.8: basic_db_auth pod2man basic_db_auth basic_db_auth.8 diff --git a/helpers/basic_auth/LDAP/Makefile.am b/helpers/basic_auth/LDAP/Makefile.am index 82f4d23bad..420bc058db 100644 --- a/helpers/basic_auth/LDAP/Makefile.am +++ b/helpers/basic_auth/LDAP/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/src/Common.am libexec_PROGRAMS = basic_ldap_auth man_MANS = basic_ldap_auth.8 -EXTRA_DIST = basic_ldap_auth.8 config.test +EXTRA_DIST = basic_ldap_auth.8 required.m4 basic_ldap_auth_SOURCES = basic_ldap_auth.cc LDADD = \ diff --git a/helpers/basic_auth/MSNT-multi-domain/Makefile.am b/helpers/basic_auth/MSNT-multi-domain/Makefile.am index 7aa8325130..086f61974e 100644 --- a/helpers/basic_auth/MSNT-multi-domain/Makefile.am +++ b/helpers/basic_auth/MSNT-multi-domain/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/src/Common.am libexec_SCRIPTS = basic_msnt_multi_domain_auth -EXTRA_DIST = basic_msnt_multi_domain_auth.pl.in README.txt config.test +EXTRA_DIST = basic_msnt_multi_domain_auth.pl.in README.txt required.m4 CLEANFILES += basic_msnt_multi_domain_auth basic_msnt_multi_domain_auth: basic_msnt_multi_domain_auth.pl.in diff --git a/helpers/basic_auth/MSNT/Makefile.am b/helpers/basic_auth/MSNT/Makefile.am index 9237952c16..096c0c3875 100644 --- a/helpers/basic_auth/MSNT/Makefile.am +++ b/helpers/basic_auth/MSNT/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST = \ msntauth.conf.default \ msntauth-v2.0.lsm \ README.html \ - config.test + required.m4 sysconf_DATA = \ msntauth.conf.default diff --git a/helpers/basic_auth/Makefile.am b/helpers/basic_auth/Makefile.am index 2607f30280..2582a80c94 100644 --- a/helpers/basic_auth/Makefile.am +++ b/helpers/basic_auth/Makefile.am @@ -16,3 +16,5 @@ DIST_SUBDIRS = \ SSPI SUBDIRS = $(BASIC_AUTH_HELPERS) + +EXTRA_DIST = modules.m4 diff --git a/helpers/basic_auth/NCSA/Makefile.am b/helpers/basic_auth/NCSA/Makefile.am index d89f6ee366..9586946fd1 100644 --- a/helpers/basic_auth/NCSA/Makefile.am +++ b/helpers/basic_auth/NCSA/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/src/Common.am libexec_PROGRAMS = basic_ncsa_auth basic_ncsa_auth_SOURCES = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h man_MANS = basic_ncsa_auth.8 -EXTRA_DIST = basic_ncsa_auth.8 config.test +EXTRA_DIST = basic_ncsa_auth.8 required.m4 LDADD = \ $(top_builddir)/lib/libmisccontainers.la \ $(top_builddir)/lib/libmiscencoding.la \ diff --git a/helpers/basic_auth/NIS/Makefile.am b/helpers/basic_auth/NIS/Makefile.am index 1680500c9f..8cba4ce4c9 100644 --- a/helpers/basic_auth/NIS/Makefile.am +++ b/helpers/basic_auth/NIS/Makefile.am @@ -16,4 +16,4 @@ basic_nis_auth_LDADD = \ $(CRYPTLIB) \ $(XTRA_LIBS) -EXTRA_DIST = config.test +EXTRA_DIST = required.m4 diff --git a/helpers/basic_auth/PAM/Makefile.am b/helpers/basic_auth/PAM/Makefile.am index d1dbf3c57e..e9d903c7d2 100644 --- a/helpers/basic_auth/PAM/Makefile.am +++ b/helpers/basic_auth/PAM/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/src/Common.am man_MANS = basic_pam_auth.8 -EXTRA_DIST = basic_pam_auth.8 config.test +EXTRA_DIST = basic_pam_auth.8 required.m4 libexec_PROGRAMS = basic_pam_auth basic_pam_auth_SOURCES = basic_pam_auth.cc diff --git a/helpers/basic_auth/POP3/Makefile.am b/helpers/basic_auth/POP3/Makefile.am index ff7b41023c..53be2446cd 100644 --- a/helpers/basic_auth/POP3/Makefile.am +++ b/helpers/basic_auth/POP3/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/src/Common.am libexec_SCRIPTS = basic_pop3_auth -EXTRA_DIST = basic_pop3_auth.pl.in config.test +EXTRA_DIST = basic_pop3_auth.pl.in required.m4 CLEANFILES += basic_pop3_auth basic_pop3_auth: basic_pop3_auth.pl.in diff --git a/helpers/basic_auth/RADIUS/Makefile.am b/helpers/basic_auth/RADIUS/Makefile.am index b6e32241a4..067a7e55ee 100644 --- a/helpers/basic_auth/RADIUS/Makefile.am +++ b/helpers/basic_auth/RADIUS/Makefile.am @@ -5,7 +5,7 @@ INCLUDES += -I$(srcdir) libexec_PROGRAMS = basic_radius_auth man_MANS = basic_radius_auth.8 -EXTRA_DIST = basic_radius_auth.8 config.test +EXTRA_DIST = basic_radius_auth.8 required.m3 basic_radius_auth_SOURCES = \ basic_radius_auth.cc \ radius.h \ diff --git a/helpers/basic_auth/SASL/Makefile.am b/helpers/basic_auth/SASL/Makefile.am index 396de78337..ffd0865acc 100644 --- a/helpers/basic_auth/SASL/Makefile.am +++ b/helpers/basic_auth/SASL/Makefile.am @@ -13,4 +13,4 @@ EXTRA_DIST = \ basic_sasl_auth.8 \ basic_sasl_auth.conf \ basic_sasl_auth.pam \ - config.test + required.m4 diff --git a/helpers/basic_auth/SMB/Makefile.am b/helpers/basic_auth/SMB/Makefile.am index d9c2983c80..d92ec16abf 100644 --- a/helpers/basic_auth/SMB/Makefile.am +++ b/helpers/basic_auth/SMB/Makefile.am @@ -11,4 +11,4 @@ basic_smb_auth_LDADD = \ $(COMPAT_LIB) \ $(XTRA_LIBS) -EXTRA_DIST = basic_smb_auth.sh COPYING-2.0 config.test +EXTRA_DIST = basic_smb_auth.sh COPYING-2.0 required.m4 diff --git a/helpers/basic_auth/SSPI/Makefile.am b/helpers/basic_auth/SSPI/Makefile.am index 9b4a7d1495..67b708b7e0 100644 --- a/helpers/basic_auth/SSPI/Makefile.am +++ b/helpers/basic_auth/SSPI/Makefile.am @@ -20,4 +20,4 @@ basic_sspi_auth_LDADD = \ $(XTRA_LIBS) man_MANS = basic_sspi_auth.8 -EXTRA_DIST = basic_sspi_auth.8 config.test +EXTRA_DIST = basic_sspi_auth.8 required.m4 diff --git a/helpers/basic_auth/fake/Makefile.am b/helpers/basic_auth/fake/Makefile.am index 2599db67c1..afee56d739 100644 --- a/helpers/basic_auth/fake/Makefile.am +++ b/helpers/basic_auth/fake/Makefile.am @@ -5,4 +5,4 @@ basic_fake_auth_SOURCES = fake.cc LDADD = $(COMPAT_LIB) -EXTRA_DIST = config.test +EXTRA_DIST = required.m4 diff --git a/helpers/basic_auth/getpwnam/Makefile.am b/helpers/basic_auth/getpwnam/Makefile.am index 21047fdffb..358be09281 100644 --- a/helpers/basic_auth/getpwnam/Makefile.am +++ b/helpers/basic_auth/getpwnam/Makefile.am @@ -10,4 +10,4 @@ basic_getpwnam_auth_LDADD = \ man_MANS = basic_getpwnam_auth.8 -EXTRA_DIST = basic_getpwnam_auth.8 config.test +EXTRA_DIST = basic_getpwnam_auth.8 required.m4