summaryrefslogtreecommitdiff
path: root/graphics/axodraw2/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/axodraw2/configure.ac')
-rw-r--r--graphics/axodraw2/configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/axodraw2/configure.ac b/graphics/axodraw2/configure.ac
new file mode 100644
index 0000000000..453dea2023
--- /dev/null
+++ b/graphics/axodraw2/configure.ac
@@ -0,0 +1,10 @@
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+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
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT