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

Unified Diff: third_party/talloc/libreplace/autogen.sh

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/talloc/libreplace/autogen.sh
diff --git a/third_party/talloc/libreplace/autogen.sh b/third_party/talloc/libreplace/autogen.sh
deleted file mode 100755
index d46a4279f308caca8fc2f854121236600c331925..0000000000000000000000000000000000000000
--- a/third_party/talloc/libreplace/autogen.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-rm -rf autom4te.cache
-rm -f configure config.h.in
-
-autoheader || exit 1
-autoconf || exit 1
-
-rm -rf autom4te.cache
-
-echo "Now run ./configure and then make."
-exit 0
-
« 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