glog: release 0.3.4

migrate to https://github.com/google/glog
use autoconf 2.69 / automake 1.14.1
This commit is contained in:
Fumitoshi Ukai 2015-03-09 11:36:31 +09:00
parent 78da3bf8fe
commit 3b0372bd70
9 changed files with 1760 additions and 893 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
autom4te.cache

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS=subdir-objects
# Make sure that when we re-make ./configure, we get the macros we need
ACLOCAL_AMFLAGS = -I m4

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ better ways to set this up than I've done! If you run across any
problems, please post to the google-glog Google Group, or report
them on the google-glog Google Code site:
http://groups.google.com/group/google-glog
http://code.google.com/p/google-glog/issues/list
https://github.com/google/glog/issues
-- Shinichiro Hamaji

593
aclocal.m4 vendored

File diff suppressed because it is too large Load Diff

571
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
AC_INIT(glog, 0.3.3, opensource@google.com)
AC_INIT(glog, 0.3.4, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)

View File

@ -1,7 +1,7 @@
This package was debianized by Google Inc. <opensource@google.com> on
13 June 2008.
It was downloaded from http://code.google.com/
It was downloaded from https://github.com/google/glog
Upstream Author: opensource@google.com

1
test-driver Symbolic link
View File

@ -0,0 +1 @@
/usr/share/automake-1.14/test-driver