This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
gperftools
mirror of
https://github.com/gperftools/gperftools
Watch
1
Star
0
Fork
You've already forked gperftools
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
71bf09aabe
gperftools
/
autogen.sh
4 lines
25 B
Bash
Raw
Normal View
History
Unescape
Escape
Tue Jul 17 22:26:27 2007 Google Inc. <opensource@google.com> * google-perftools: version 0.92 release * PERFORMANCE: use a packed cache to speed up tcmalloc * PORTING: preliminary windows support! (see README.windows) * PORTING: better support for solaris, OS X, FreeBSD (see INSTALL) * Envvar support for running the heap-checker under gdb * Add weak declarations to maybe_threads to fix no-pthreads compile bugs * Some 64bit fixes, especially with pprof * Better heap-checker support for some low-level allocations * Fix bug where heap-profiles would sometimes get truncated * New documentation about how to handle common heap leak situations * Use computed includes for hash_map/set: easier config * Added all used .m4 templates to the distribution git-svn-id: http://gperftools.googlecode.com/svn/trunk@36 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
2007-07-18 18:30:50 +00:00
#!/bin/sh
issue-503: removed checked in configure and other auto* products So that it's easier to contribute and review contributions. People wishing to build gperftools from svn checkout should run autogen.sh first which will create those files and then ./configure && make as usual INSTALL file has updated instructions too. git-svn-id: http://gperftools.googlecode.com/svn/trunk@200 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
2013-03-11 18:32:05 +00:00
autoreconf -i