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:
parent
78da3bf8fe
commit
3b0372bd70
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
autom4te.cache
|
||||
@ -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
|
||||
|
||||
|
||||
1323
Makefile.in
1323
Makefile.in
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
713
aclocal.m4
vendored
713
aclocal.m4
vendored
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
||||
@ -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
1
test-driver
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/share/automake-1.14/test-driver
|
||||
Loading…
Reference in New Issue
Block a user