diff options
author | Peng Wu <alexepico@gmail.com> | 2011-08-31 13:38:26 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-08-31 13:38:26 +0800 |
commit | 7e85b8930fc00c3f66d689654e22930f2e15fc67 (patch) | |
tree | 69c2107699ea7a214d3d461a940202ff69be6301 /configure.ac | |
parent | 43c5fb9c202bb68314b2205a746fb0a578e97a7f (diff) | |
download | libpinyin-7e85b8930fc00c3f66d689654e22930f2e15fc67.tar.gz |
add libpinyin.spec.in
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7df5d55..dea6172 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,7 @@ AC_SEARCH_LIBS([db_create], [db], [], AC_MSG_ERROR([Cannot find Berkeley DB libr AC_CONFIG_FILES([libpinyin.pc + libpinyin.spec Makefile data/Makefile src/Makefile @@ -88,3 +89,9 @@ AC_CONFIG_FILES([libpinyin.pc ]) AC_OUTPUT + +AC_MSG_RESULT([ +Build options: + Version $VERSION + Install prefix $prefix +]) |