mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Enable AM_SILENT_RULES
This commit is contained in:
parent
97a9457e81
commit
eff1069f1b
|
@ -5,6 +5,8 @@
|
|||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT(ctemplate, 2.0, google-ctemplate@google.com)
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
SO_VERSION=1:3:1
|
||||
|
|
Loading…
Reference in New Issue
Block a user