]> git.pld-linux.org Git - packages/antlr.git/blob - antlr-csharp.patch
- updated to 2.7.7, patches are obsolete
[packages/antlr.git] / antlr-csharp.patch
1 --- antlr-2.7.6/configure.in.orig       2005-12-07 19:00:32.000000000 +0100
2 +++ antlr-2.7.6/configure.in    2006-05-22 22:20:47.302510750 +0200
3 @@ -944,8 +944,8 @@
4      )
5  
6      AC_CONFIG_FILES([lib/csharp/Makefile])
7 -    AC_CONFIG_FILES([lib/csharp/src/Makefile])
8 -    AC_CONFIG_FILES([lib/csharp/ASTFrame/Makefile])
9 +    AC_CONFIG_FILES([lib/csharp/antlr.runtime/Makefile])
10 +    AC_CONFIG_FILES([lib/csharp/antlr.astframe/Makefile])
11  
12      # We have a Makefile that loops through all python examples.
13      case $WITH_EXAMPLES in
14 --- antlr-2.7.6/scripts/config.deps.in.orig     2005-12-07 19:00:36.000000000 +0100
15 +++ antlr-2.7.6/scripts/config.deps.in  2006-05-22 22:34:53.887419000 +0200
16 @@ -109,12 +109,12 @@
17  ## double colon rule, ie. further  rules  with the same target may be
18  ## added. For unknown reasons, double colon rules are always phony,ie.
19  ## getting executed even in case target exists. We break the infinite
20 -## loop,  we only  jump  into  subdir  "lib/csharp/src" if we are not 
21 +## loop,  we only  jump  into  subdir  "lib/csharp/antlr.runtime" if we are not 
22  ## already in. It is very important that  each Makefile[.in] sets the
23  ## variable $(subdir) proper.
24  
25  @ANTLR_NET@ :: 
26 -       @ subdir="lib/csharp/src" ; \
27 +       @ subdir="lib/csharp/antlr.runtime" ; \
28      case $(subdir) in \
29           $$subdir ) ;; \
30           * ) d="@abs_this_builddir@/$$subdir" ; \
31 @@ -125,7 +125,7 @@
32      esac
33  
34  @ASTFRAME_NET@ :: 
35 -       @ subdir="lib/csharp/ASTFrame" ; \
36 +       @ subdir="lib/csharp/antlr.astframe" ; \
37      case $(subdir) in \
38           $$subdir ) ;; \
39           * ) d="@abs_this_builddir@/$$subdir" ; \
This page took 0.239411 seconds and 3 git commands to generate.