aboutsummaryrefslogtreecommitdiff
path: root/hello/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'hello/configure.ac')
-rw-r--r--hello/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/configure.ac b/hello/configure.ac
index 427e3a7..da37a34 100644
--- a/hello/configure.ac
+++ b/hello/configure.ac
@@ -10,7 +10,7 @@ define([THE_PACKAGE_AUTHOR], [moocow@ling.uni-potsdam.de])
AC_INIT(THE_PACKAGE_NAME, THE_PACKAGE_VERSION, THE_PACKAGE_AUTHOR)
##-- Additional m4 macros
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_MACRO_DIR(common/m4)
##-- source & aux
AC_CONFIG_AUX_DIR(.)