summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-09-11 16:03:42 +0800
committerPeng Wu <alexepico@gmail.com>2012-09-11 16:03:42 +0800
commit8da979f50ee5e34149fa632d909f81788cb7fe30 (patch)
treee758205fb9928aae274b6c936579da31cbedcdcf
parent4477ff8cb78805d3c86ee612338f18ba7728e07e (diff)
downloadlibpinyin-8da979f50ee5e34149fa632d909f81788cb7fe30.tar.gz
libpinyin-8da979f50ee5e34149fa632d909f81788cb7fe30.tar.xz
libpinyin-8da979f50ee5e34149fa632d909f81788cb7fe30.zip
improves autoconf
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e01140..9829b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@ AC_INIT([libpinyin], [libpinyin_version], [https://github.com/libpinyin/libpinyi
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Define a string for binary compatibility
m4_define([lt_current], [libpinyin_abi_current])