aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
commitd557d4717fe12449b134f4f5ff4a2ba6291be6ee (patch)
treea492df7df9c6a5743fb5a2a9f4f22feea7276a60 /configure.ac
parentdc687d03be0ee36465b7001b63cf6a25c7d4900b (diff)
Update copyright year
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 49da0b5..b98b40e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# file : configure.ac
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
AC_PREREQ(2.60)
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([cutl/exception.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])