]> git.meshlink.io Git - catta/blobdiff - configure.ac
rename 'common' directory to 'm4' (because really, forget doxygen.mk)
[catta] / configure.ac
index 5dcefae5227284280e060f61345cce26d1bcf653..3849cf4b55f79c94d29431142543aabbf539d0f1 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ(2.63)
 AC_INIT([avahi],[0.6.31],[avahi (at) lists (dot) freedesktop (dot) org])
 AC_CONFIG_SRCDIR([avahi/server.c])
-AC_CONFIG_MACRO_DIR([common])
+AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
 
@@ -324,8 +324,9 @@ AM_CONDITIONAL([ENABLE_TESTS], [test "x$ENABLE_TESTS" = "xyes"])
 AC_CONFIG_FILES([
 Makefile
 avahi/Makefile
+tests/Makefile
 examples/Makefile
-common/Makefile
+m4/Makefile
 ])
 AC_OUTPUT