]> git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
autoconf/automake fixes
authorRudolf Polzer <divverent@alientrap.org>
Sun, 25 Apr 2010 14:02:50 +0000 (16:02 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 25 Apr 2010 14:03:22 +0000 (16:03 +0200)
Makefile.am
configure.ac
m4/.mkdir [new file with mode: 0644]

index a0c7d26b0ca35c44f607420f47a06f1a309e9f84..da2a57b6341b0ff8e717352e2232f44235e39adb 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 bin_PROGRAMS = blind_id
 blind_id_SOURCES = main.c
 blind_id_LDADD = libblind_id.la
index a034e98ed8be43d73ab390eed97f0642eba90b22..ca9fa9fc2a572a696e6d7372cb68876496fb7b77 100644 (file)
@@ -1,7 +1,8 @@
 AC_INIT([d0_blind_id], [0.1], [divVerent@alientrap.org])
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([-Wall foreign])
 AC_PROG_CC
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 
 AC_SEARCH_LIBS(clock_gettime, rt, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
diff --git a/m4/.mkdir b/m4/.mkdir
new file mode 100644 (file)
index 0000000..e69de29