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

Side by Side Diff: xz/autogen.sh

Issue 2869016: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « xz/TODO ('k') | xz/configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #!/bin/sh
2
3 ###############################################################################
4 #
5 # Author: Lasse Collin
6 #
7 # This file has been put into the public domain.
8 # You can do whatever you want with this file.
9 #
10 ###############################################################################
11
12 # The result of using "autoreconf -fi" should be identical to using this
13 # script. I'm leaving this script here just in case someone finds it useful.
14
15 set -e -x
16
17 ${AUTOPOINT:-autopoint} -f
18 ${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize -c -f
19 ${ACLOCAL:-aclocal} -I m4
20 ${AUTOCONF:-autoconf}
21 ${AUTOHEADER:-autoheader}
22 ${AUTOMAKE:-automake} -acf --foreign
OLDNEW
« no previous file with comments | « xz/TODO ('k') | xz/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698