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

Side by Side Diff: third_party/talloc/libreplace/build_macros.m4

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/libreplace/autogen.sh ('k') | third_party/talloc/libreplace/config.guess » ('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 AC_DEFUN(BUILD_WITH_SHARED_BUILD_DIR,
2 [ AC_ARG_WITH([shared-build-dir],
3 [AC_HELP_STRING([--with-shared-build-dir=DIR],
4 [temporary build directory where libraries are i nstalled [$srcdir/sharedbuild]])])
5
6 sharedbuilddir="$srcdir/sharedbuild"
7 if test x"$with_shared_build_dir" != x; then
8 sharedbuilddir=$with_shared_build_dir
9 CFLAGS="$CFLAGS -I$with_shared_build_dir/include"
10 LDFLAGS="$LDFLAGS -L$with_shared_build_dir/lib"
11 fi
12 AC_SUBST(sharedbuilddir)
13 ])
14
OLDNEW
« no previous file with comments | « third_party/talloc/libreplace/autogen.sh ('k') | third_party/talloc/libreplace/config.guess » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698