aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/c_app/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/c_app/configure.ac')
-rw-r--r--test/postinstall/c_app/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/c_app/configure.ac b/test/postinstall/c_app/configure.ac
index 43ae4835..6224ee4f 100644
--- a/test/postinstall/c_app/configure.ac
+++ b/test/postinstall/c_app/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([c_app], [0.1])
AM_INIT_AUTOMAKE
AC_PROG_CC
-AC_CONFIG_MACRO_DIR([../../../m4])
+AC_CONFIG_MACRO_DIR([../m4])
PKG_CHECK_MODULES([PROJ], [proj])