diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvidvi/ac |
Initial commit
Diffstat (limited to 'dviware/dvidvi/ac')
-rw-r--r-- | dviware/dvidvi/ac/withenable.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dviware/dvidvi/ac/withenable.ac b/dviware/dvidvi/ac/withenable.ac new file mode 100644 index 0000000000..e875dd5293 --- /dev/null +++ b/dviware/dvidvi/ac/withenable.ac @@ -0,0 +1,7 @@ +## texk/dvidvi/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvidvi/ +dnl +dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl You may freely use, modify and/or distribute this file. +dnl +## configure options and TL libraries required for dvidvi +KPSE_ENABLE_PROG([dvidvi], [kpathsea]) |