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

Side by Side Diff: third_party/libxslt/src/libxslt.m4

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/libexslt/strings.c ('k') | third_party/libxslt/src/libxslt.spec » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Based on: 1 # Based on:
2 # Configure paths for LIBXML2 2 # Configure paths for LIBXML2
3 # Toshio Kuratomi 2001-04-21 3 # Toshio Kuratomi 2001-04-21
4 # Adapted from: 4 # Adapted from:
5 # Configure paths for GLIB 5 # Configure paths for GLIB
6 # Owen Taylor 97-11-3 6 # Owen Taylor 97-11-3
7 # 7 #
8 # Modified to work with libxslt by Thomas Schraitle 2002/10/25 8 # Modified to work with libxslt by Thomas Schraitle 2002/10/25
9 # Fixed by Edward Rudd 2004/05/12 9 # Fixed by Edward Rudd 2004/05/12
10 10
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 fi 182 fi
183 183
184 XSLT_CFLAGS="" 184 XSLT_CFLAGS=""
185 XSLT_LIBS="" 185 XSLT_LIBS=""
186 ifelse([$3], , :, [$3]) 186 ifelse([$3], , :, [$3])
187 fi 187 fi
188 AC_SUBST(XSLT_CFLAGS) 188 AC_SUBST(XSLT_CFLAGS)
189 AC_SUBST(XSLT_LIBS) 189 AC_SUBST(XSLT_LIBS)
190 rm -f conf.xslttest 190 rm -f conf.xslttest
191 ]) 191 ])
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libexslt/strings.c ('k') | third_party/libxslt/src/libxslt.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698