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

Side by Side Diff: third_party/libxslt/src/configure.in

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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/libxslt/src/configure ('k') | third_party/libxslt/src/depcomp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dnl Process this file with autoconf to produce a configuration script. 1 dnl Process this file with autoconf to produce a configuration script.
2 AC_PREREQ(2.59) 2 AC_PREREQ(2.59)
3 AC_INIT(libxslt/xslt.c) 3 AC_INIT(libxslt/xslt.c)
4 AC_CONFIG_HEADERS(config.h) 4 AC_CONFIG_HEADERS(config.h)
5 AC_CANONICAL_HOST 5 AC_CANONICAL_HOST
6 AC_USE_SYSTEM_EXTENSIONS 6 AC_USE_SYSTEM_EXTENSIONS
7 7
8 dnl 8 dnl
9 dnl libxslt is the main part of the package 9 dnl libxslt is the main part of the package
10 dnl libexslt is an extension 10 dnl libexslt is an extension
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 tests/exslt/date/Makefile 723 tests/exslt/date/Makefile
724 tests/exslt/dynamic/Makefile 724 tests/exslt/dynamic/Makefile
725 tests/exslt/crypto/Makefile 725 tests/exslt/crypto/Makefile
726 tests/plugins/Makefile 726 tests/plugins/Makefile
727 doc/Makefile 727 doc/Makefile
728 xslt-config 728 xslt-config
729 libxslt.spec 729 libxslt.spec
730 ]) 730 ])
731 731
732 AC_OUTPUT 732 AC_OUTPUT
OLDNEW
« no previous file with comments | « third_party/libxslt/src/configure ('k') | third_party/libxslt/src/depcomp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698