[go: up one dir, main page]

Menu

Diff of /configure.ac [000000] .. [r1]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/configure.ac
@@ -0,0 +1,23 @@
+#                                               -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.59)
+AC_INIT([igreat], [0.3], [jgonzalez@dsic.upv.es])
+AM_INIT_AUTOMAKE($PACKAGE_TARNAME,$PACKAGE_VERSION)
+
+AC_CONFIG_SRCDIR([src/giati.c])
+
+# Checks for programs.
+AC_PROG_CC
+
+# Checks for libraries.
+
+# Checks for header files.
+
+# Checks for typedefs, structures, and compiler characteristics.
+
+# Checks for library functions.
+
+AC_CONFIG_FILES([Makefile
+                 src/Makefile])
+AC_OUTPUT