Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: third_party/talloc/libreplace/autogen.sh

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f configure config.h.in
5
6 autoheader || exit 1
7 autoconf || exit 1
8
9 rm -rf autom4te.cache
10
11 echo "Now run ./configure and then make."
12 exit 0
13
OLDNEW
« no previous file with comments | « third_party/talloc/libreplace/autoconf-2.60.m4 ('k') | third_party/talloc/libreplace/build_macros.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698