diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-08-16 02:48:11 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-08-16 02:48:11 +0000 |
commit | 4df4c18cdb2130a3e4c590d2593a6e861b8a0669 (patch) | |
tree | ad8403919a0d4d95862bccfecac2b2a66fdf0162 /Build/source/libs/graphite2/include | |
parent | 9218317d0ba9cddb3247ab60aa15219af1f2ce3b (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/include')
-rw-r--r-- | Build/source/libs/graphite2/include/graphite2/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/graphite2/include/graphite2/Makefile.in b/Build/source/libs/graphite2/include/graphite2/Makefile.in index 85d9f6ad513..f5080f7f828 100644 --- a/Build/source/libs/graphite2/include/graphite2/Makefile.in +++ b/Build/source/libs/graphite2/include/graphite2/Makefile.in @@ -87,7 +87,8 @@ PRE_UNINSTALL = : POST_UNINSTALL = : subdir = include/graphite2 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) \ @@ -142,6 +143,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@ |