summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/Makefile.in
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-08-16 02:48:11 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-08-16 02:48:11 +0000
commit4df4c18cdb2130a3e4c590d2593a6e861b8a0669 (patch)
treead8403919a0d4d95862bccfecac2b2a66fdf0162 /Build/source/libs/graphite2/Makefile.in
parent9218317d0ba9cddb3247ab60aa15219af1f2ce3b (diff)
graphite2 1.3.12 requires c++11
git-svn-id: svn://tug.org/texlive/trunk@48411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2/Makefile.in')
-rw-r--r--Build/source/libs/graphite2/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/graphite2/Makefile.in b/Build/source/libs/graphite2/Makefile.in
index 080c514e1f1..6de8caae13d 100644
--- a/Build/source/libs/graphite2/Makefile.in
+++ b/Build/source/libs/graphite2/Makefile.in
@@ -95,7 +95,8 @@ POST_UNINSTALL = :
@build_TRUE@check_PROGRAMS = gr2test$(EXEEXT)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../m4/ax_cxx_compile_stdcxx.m4 \
+ $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-warnings.m4 \
$(top_srcdir)/version.ac $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -590,6 +591,7 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EXEEXT = @EXEEXT@
GRAPHITE2_TREE = @GRAPHITE2_TREE@
+HAVE_CXX11 = @HAVE_CXX11@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@