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/aclocal.m4 | |
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/aclocal.m4')
-rw-r--r-- | Build/source/libs/graphite2/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/graphite2/aclocal.m4 b/Build/source/libs/graphite2/aclocal.m4 index b0545142048..d14dd328482 100644 --- a/Build/source/libs/graphite2/aclocal.m4 +++ b/Build/source/libs/graphite2/aclocal.m4 @@ -1169,5 +1169,6 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([../../m4/ax_cxx_compile_stdcxx.m4]) m4_include([../../m4/kpse-common.m4]) m4_include([../../m4/kpse-warnings.m4]) |