1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00

Update autostuff

This commit is contained in:
Olaf van der Spek 2017-01-29 11:03:37 +01:00
parent 2e97ad7c33
commit 865d2ac046
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
set -ex set -ex
rm -rf autom4te.cache rm -rf autom4te.cache
autoreconf -f -i -W all,no-obsolete autoreconf --force --install --warnings all,no-obsolete
rm -rf autom4te.cache rm -rf autom4te.cache
exit 0 exit 0

View File

@ -2,9 +2,9 @@
## In general, the safest way to proceed is to run ./autogen.sh ## In general, the safest way to proceed is to run ./autogen.sh
# make sure we're interpreted by some minimal autoconf # make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57) AC_PREREQ([2.69])
AC_INIT(ctemplate, 2.3, google-ctemplate@googlegroups.com) AC_INIT([ctemplate],[2.3],[google-ctemplate@googlegroups.com])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B) # Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)