Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
autom4te.cache
glog-*.tar.gz
packages/rpm-unknown
packages/debian-*
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1,325 changes: 905 additions & 420 deletions Makefile.in

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
715 changes: 455 additions & 260 deletions aclocal.m4

Large diffs are not rendered by default.

Loading