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

Side by Side Diff: third_party/talloc/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
« no previous file with comments | « third_party/talloc/aclocal.m4 ('k') | third_party/talloc/build_macros.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f configure config.h.in
5
6 IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
7 autoconf $IPATHS || exit 1
8 autoheader $IPATHS || exit 1
9
10 rm -rf autom4te.cache
11
12 echo "Now run ./configure and then make."
13 exit 0
14
OLDNEW
« no previous file with comments | « third_party/talloc/aclocal.m4 ('k') | third_party/talloc/build_macros.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698