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 | 6689788dfa663881b2ecefd8d10b6b7af67e9e42 (patch) | |
tree | cb6776b4bded0fba8fc5542b902f555d1f14ceee | |
parent | 6aec30e4d446c7d9ffb15bdfff260a3a5e994b97 (diff) |
Escape m4 macro
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc0d9c1..8d79433 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/sqlite/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]) |