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 | cd17954db7336e5f07e079b7a0ead240b9fb04ba (patch) | |
tree | 02b65cba1381ed4581cb975fbbd25b4099a1d17c /configure.ac | |
parent | 8a2a886cccd7e01b4d303f3d1912ed02d117c023 (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 8a23d95..7ebbcde 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([odb/mysql/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]) |