diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-11 00:30:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-11 00:30:28 +0000 |
commit | 939fffcc6238622ecb47f86ff072dc7f19e05e8f (patch) | |
tree | b7a047c8b7cbfe7ab65089d8e82777fa1c80e967 /Master/texmf-dist/source/latex/axodraw2/configure.ac | |
parent | 94e251746a009515a4ca28e01d48327f0b38800f (diff) |
axodraw2[.sty] (7feb18)
git-svn-id: svn://tug.org/texlive/trunk@46592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/axodraw2/configure.ac')
-rw-r--r-- | Master/texmf-dist/source/latex/axodraw2/configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/axodraw2/configure.ac b/Master/texmf-dist/source/latex/axodraw2/configure.ac new file mode 100644 index 00000000000..f5b23f9b73d --- /dev/null +++ b/Master/texmf-dist/source/latex/axodraw2/configure.ac @@ -0,0 +1,10 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_INIT([axohelp], [1], [jcc8@psu.edu]) +AM_INIT_AUTOMAKE([no-define]) +AC_CHECK_LIB([m], [sqrt],, + AC_MSG_ERROR([*** Please install libm on your system ***])) +AC_PROG_CC +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |