]> git.pld-linux.org Git - packages/grace.git/blame - grace-PDFlib.patch
- added ac25x patch needed for autoconf 2.53
[packages/grace.git] / grace-PDFlib.patch
CommitLineData
21e726d5
RW
1diff -urN grace-5.1.2/configure grace-5.1.2-PDFlib/configure
2--- grace-5.1.2/configure Sun Sep 10 14:14:00 2000
3+++ grace-5.1.2-PDFlib/configure Thu Dec 7 01:13:26 2000
4@@ -7738,8 +7738,8 @@
5 pdf_library=-lpdf
6 fi
7
8- echo $ac_n "checking "for PDFlib \>= 3.02"""... $ac_c" 1>&6
9-echo "configure:7743: checking "for PDFlib \>= 3.02"" >&5
10+ echo $ac_n "checking "for PDFlib \>= 3.0"""... $ac_c" 1>&6
11+echo "configure:7743: checking "for PDFlib \>= 3.0"" >&5
12 if eval "test \"`echo '$''{'acx_cv_pdflib'+set}'`\" = set"; then
13 echo $ac_n "(cached) $ac_c" 1>&6
14 else
15@@ -7771,7 +7771,7 @@
16 vlibn = 100*PDF_get_majorversion() + PDF_get_minorversion();
17 vincn = 100*PDFLIB_MAJORVERSION + PDFLIB_MINORVERSION;
18 vinc = PDFLIB_VERSIONSTRING;
19- if (strcmp(vinc, "3.02") < 0) {
20+ if (strcmp(vinc, "3.0") < 0) {
21 exit(1);
22 }
23 if (vincn != vlibn) {
This page took 0.089912 seconds and 4 git commands to generate.