# # # delete "tests/atconfig.in" # # delete "tests/atlocal.in" # # patch "ChangeLog" # from [73af888f9a5348444bb6a90f6452480c1f51fe30] # to [7d9b8bd19695ce2b4b99b698dcc852359eb7008b] # # patch "Makefile.am" # from [b345b5be6737de5db7f3953a30c8f8e54190eae1] # to [0fe0305dff23eda19e6a9a126865e406c4a49b99] # ============================================================ --- ChangeLog 73af888f9a5348444bb6a90f6452480c1f51fe30 +++ ChangeLog 7d9b8bd19695ce2b4b99b698dcc852359eb7008b @@ -1,3 +1,11 @@ +2006-06-20 Nathaniel Smith + + * Makefile.am (EXTRA_DIST): The auto* gods demand sacrifice; + remove an extra / to balance previous change. + (NB: apparently a trailing / on a directory in EXTRA_DIST does + bizarre things.) + Also, remove empty files tests/atconfig.in, tests/atlocal.in. + 2006-06-19 Nathaniel Smith * Makefile.am (EXTRA_DIST): Add missing \. ============================================================ --- Makefile.am b345b5be6737de5db7f3953a30c8f8e54190eae1 +++ Makefile.am 0fe0305dff23eda19e6a9a126865e406c4a49b99 @@ -396,10 +396,8 @@ texinfo.css \ schema.sql \ std_hooks.lua test_hooks.lua tester.lua \ - testsuite.lua $(srcdir)/tests/ \ + testsuite.lua $(srcdir)/tests \ tester-testsuite.lua $(srcdir)/tester-tests/ \ - tests/atconfig.in \ - tests/atlocal.in \ package.m4 \ package_revision.txt package_full_revision_dist.txt \ $(wildcard $(srcdir)/m4/*.m4) \ @@ -463,7 +461,7 @@ mostlyclean-local: rm -rf tester_dir package_full_revision.txt -DISTCLEANFILES = tests/atconfig mt-stdint.h xgettext.opts pch-build.hh.gch.dep +DISTCLEANFILES = mt-stdint.h xgettext.opts pch-build.hh.gch.dep # distcheck stuff