diff options
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 |