You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
196 B

--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
-AC_INIT(main.c)
-AM_INIT_AUTOMAKE(grab,1.0)
+AC_INIT([grab], [1.0])
+AC_CONFIG_SRCDIR([main.c])
+AM_INIT_AUTOMAKE
AC_PROG_CC
AC_OPENMP()