aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/cpp_app/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/cpp_app/configure.ac')
-rw-r--r--test/postinstall/cpp_app/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/cpp_app/configure.ac b/test/postinstall/cpp_app/configure.ac
index 7da902a8..39eca0dc 100644
--- a/test/postinstall/cpp_app/configure.ac
+++ b/test/postinstall/cpp_app/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([cpp_app], [0.1])
AM_INIT_AUTOMAKE
AC_PROG_CXX
dnl Required for (e.g.) g++-4.8
-AC_CONFIG_MACRO_DIR([../../../m4])
+AC_CONFIG_MACRO_DIR([../m4])
AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
PKG_CHECK_MODULES([PROJ], [proj])