aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:05:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:05:31 +0200
commitb072cad39736336510f046901bf8a9d9ea2e55b4 (patch)
tree5dc9bfc09452d4252e87a09bbea6ea841696fab0
parent268a81f341c6b3d4e69766711f9f1487686dccb4 (diff)
Escape m4 macro
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9bd0048..f732e96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([odb/pgsql/version.hxx])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
-m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
+m4_equote()[m4_ifdef]m4_dquote()([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
LT_INIT([win32-dll])