mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Update autostuff
This commit is contained in:
parent
2e97ad7c33
commit
865d2ac046
|
@ -14,7 +14,7 @@
|
|||
set -ex
|
||||
rm -rf autom4te.cache
|
||||
|
||||
autoreconf -f -i -W all,no-obsolete
|
||||
autoreconf --force --install --warnings all,no-obsolete
|
||||
|
||||
rm -rf autom4te.cache
|
||||
exit 0
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
## In general, the safest way to proceed is to run ./autogen.sh
|
||||
|
||||
# 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])
|
||||
|
||||
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
|
||||
|
|
Loading…
Reference in New Issue
Block a user