diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:05:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:05:31 +0200 |
commit | 62165544cb0c8d846dc0f34ff8339f121b513b85 (patch) | |
tree | 99e61005c107a750d653c398655f829296d983e4 /configure.ac | |
parent | a5b6b9210454281e5e153c79a911aedb11196c1a (diff) |
Escape m4 macro
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2fb0fb..8181eb3 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/oracle/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]) |