diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-24 23:17:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-24 23:17:30 +0000 |
commit | e598b6a83ccb96d578300e10f1e269ef88027faf (patch) | |
tree | bae1e06142ff872bab76a290840ccd09b7833857 /Build/source/m4/kpse-pkgs.m4 | |
parent | a13030f39366d2ba11509849863e9f6a9d78af89 (diff) |
-lpthread on openbsd; tldbg prefix on our own comment/trace msgs
git-svn-id: svn://tug.org/texlive/trunk@49495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-pkgs.m4')
-rw-r--r-- | Build/source/m4/kpse-pkgs.m4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4 index 75ec08f5894..023c3686127 100644 --- a/Build/source/m4/kpse-pkgs.m4 +++ b/Build/source/m4/kpse-pkgs.m4 @@ -7,9 +7,9 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -## ------------------------------ ## -## Define lists of sub-packages. ## -## ------------------------------ ## +# ------------------------------ # +# Define lists of sub-packages. # +# ------------------------------ # # Hopefully these lists are defined here and nowhere else. # Note: directories in these lists need not exist. @@ -136,11 +136,9 @@ xdvik texlive ])]) # KPSE_TEXK_PKGS - - -## ------------------------------- ## -## Loop over one of these lists. ## -## ------------------------------- ## +# ------------------------------- # +# Loop over one of these lists. # +# ------------------------------- # # KPSE_FOR_PKGS(LIST, ACTION) # --------------------------- |