]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- use pccts-antlr, not antlr
authorundefine <undefine@pld-linux.org>
Thu, 18 Dec 2003 01:24:23 +0000 (01:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrdao-pccts-antlr.patch -> 1.1

cdrdao-pccts-antlr.patch [new file with mode: 0644]

diff --git a/cdrdao-pccts-antlr.patch b/cdrdao-pccts-antlr.patch
new file mode 100644 (file)
index 0000000..b5f15c2
--- /dev/null
@@ -0,0 +1,20 @@
+--- cdrdao-1.1.7/configure.in~ 2003-12-18 04:04:26.000000000 +0100
++++ cdrdao-1.1.7/configure.in  2003-12-18 04:05:44.000000000 +0100
+@@ -156,7 +156,7 @@
+ dnl Checks for pccts parser generator
+ if test "$pcctsbin" = default; then
+-  antlr_path='$(srcdir)/../pccts/bin/antlr'
++  antlr_path='$(srcdir)/../pccts/bin/pccts-antlr'
+   dlg_path='$(srcdir)/../pccts/bin/dlg'
+   AC_SUBST(antlr_path)
+@@ -165,7 +165,7 @@
+   pccts_target="pccts"
+ else
+-  AC_PATH_PROG(antlr_path,antlr,no,$pcctsbin)
++  AC_PATH_PROG(antlr_path,pccts-antlr,no,$pcctsbin)
+   AC_PATH_PROG(dlg_path,dlg,no,$pcctsbin)
+   if test $antlr_path = "no"; then
This page took 0.107449 seconds and 4 git commands to generate.