diff options
author | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-07-22 05:38:59 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-07-22 05:38:59 +0800 |
commit | 0ff7e67fbad756f54e175a9e0ee7035af16ac3ba (patch) | |
tree | e89b700da99e77c585a0f564d187ac401ddcd062 /configure.ac | |
parent | 0a997dfa02688b0cf79d45d2028c6dc5d63db655 (diff) | |
download | gsoc2013-epiphany-0ff7e67fbad756f54e175a9e0ee7035af16ac3ba.tar.gz gsoc2013-epiphany-0ff7e67fbad756f54e175a9e0ee7035af16ac3ba.tar.zst gsoc2013-epiphany-0ff7e67fbad756f54e175a9e0ee7035af16ac3ba.zip |
Bump intltool requirement to 0.40.0
Removed the intltool.* lines in the toplevel Makefile.am as well for make dist
to work.
svn path=/trunk/; revision=8340
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 bde94583d..9d9fa9b89 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ AC_LANG_PUSH([C++]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],[],[AC_MSG_ERROR([No C++ compiler found])]) AC_LANG_POP([C++]) -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.40.0]) PKG_PROG_PKG_CONFIG |