diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/axodraw2/configure.ac')
-rw-r--r-- | Master/texmf-dist/source/latex/axodraw2/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/axodraw2/configure.ac b/Master/texmf-dist/source/latex/axodraw2/configure.ac index f5b23f9b73d..453dea20232 100644 --- a/Master/texmf-dist/source/latex/axodraw2/configure.ac +++ b/Master/texmf-dist/source/latex/axodraw2/configure.ac @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([axohelp], [1], [jcc8@psu.edu]) -AM_INIT_AUTOMAKE([no-define]) +AC_INIT([axohelp], [1.1], [jcc8@psu.edu]) +AM_INIT_AUTOMAKE([no-define foreign]) AC_CHECK_LIB([m], [sqrt],, AC_MSG_ERROR([*** Please install libm on your system ***])) AC_PROG_CC |