Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138236 | Differences between
and this patch

Collapse All | Expand All

(-)antlr-2.7.6/configure (-4 / +4 lines)
Lines 6192-6200 Link Here
6192
6192
6193
              ac_config_files="$ac_config_files lib/csharp/Makefile"
6193
              ac_config_files="$ac_config_files lib/csharp/Makefile"
6194
6194
6195
              ac_config_files="$ac_config_files lib/csharp/src/Makefile"
6195
              ac_config_files="$ac_config_files lib/csharp/antlr.astframe/Makefile"
6196
6196
6197
              ac_config_files="$ac_config_files lib/csharp/ASTFrame/Makefile"
6197
              ac_config_files="$ac_config_files lib/csharp/antlr.runtime/Makefile"
6198
6198
6199
6199
6200
    # We have a Makefile that loops through all python examples.
6200
    # We have a Makefile that loops through all python examples.
Lines 7137-7144 Link Here
7137
  "examples/python/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/python/xml/Makefile" ;;
7137
  "examples/python/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/python/xml/Makefile" ;;
7138
  "scripts/csc.sh" ) CONFIG_FILES="$CONFIG_FILES scripts/csc.sh" ;;
7138
  "scripts/csc.sh" ) CONFIG_FILES="$CONFIG_FILES scripts/csc.sh" ;;
7139
  "lib/csharp/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/Makefile" ;;
7139
  "lib/csharp/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/Makefile" ;;
7140
  "lib/csharp/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/src/Makefile" ;;
7140
  "lib/csharp/antlr.astframe/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/antlr.astframe/Makefile" ;;
7141
  "lib/csharp/ASTFrame/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/ASTFrame/Makefile" ;;
7141
  "lib/csharp/antlr.runtime/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/csharp/antlr.runtime/Makefile" ;;
7142
  "examples/csharp/ASTsupport/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/ASTsupport/Makefile" ;;
7142
  "examples/csharp/ASTsupport/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/ASTsupport/Makefile" ;;
7143
  "examples/csharp/HTML/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/HTML/Makefile" ;;
7143
  "examples/csharp/HTML/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/HTML/Makefile" ;;
7144
  "examples/csharp/IDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/IDL/Makefile" ;;
7144
  "examples/csharp/IDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/csharp/IDL/Makefile" ;;
(-)antlr-2.7.6/configure.in (-2 / +2 lines)
Lines 944-951 Link Here
944
    )
944
    )
945
945
946
    AC_CONFIG_FILES([lib/csharp/Makefile])
946
    AC_CONFIG_FILES([lib/csharp/Makefile])
947
    AC_CONFIG_FILES([lib/csharp/src/Makefile])
947
    AC_CONFIG_FILES([lib/csharp/antlr.astframe/Makefile])
948
    AC_CONFIG_FILES([lib/csharp/ASTFrame/Makefile])
948
    AC_CONFIG_FILES([lib/csharp/antlr.runtime/Makefile])
949
949
950
    # We have a Makefile that loops through all python examples.
950
    # We have a Makefile that loops through all python examples.
951
    case $WITH_EXAMPLES in
951
    case $WITH_EXAMPLES in
(-)antlr-2.7.6-orig/scripts/config.deps.in (-2 / +2 lines)
Lines 114-120 Link Here
114
## variable $(subdir) proper.
114
## variable $(subdir) proper.
115
115
116
@ANTLR_NET@ :: 
116
@ANTLR_NET@ :: 
117
	@ subdir="lib/csharp/src" ; \
117
	@ subdir="lib/csharp/antlr.runtime" ; \
118
    case $(subdir) in \
118
    case $(subdir) in \
119
	  $$subdir ) ;; \
119
	  $$subdir ) ;; \
120
	  * ) d="@abs_this_builddir@/$$subdir" ; \
120
	  * ) d="@abs_this_builddir@/$$subdir" ; \
Lines 125-131 Link Here
125
    esac
125
    esac
126
126
127
@ASTFRAME_NET@ :: 
127
@ASTFRAME_NET@ :: 
128
	@ subdir="lib/csharp/ASTFrame" ; \
128
	@ subdir="lib/csharp/antlr.astframe" ; \
129
    case $(subdir) in \
129
    case $(subdir) in \
130
	  $$subdir ) ;; \
130
	  $$subdir ) ;; \
131
	  * ) d="@abs_this_builddir@/$$subdir" ; \
131
	  * ) d="@abs_this_builddir@/$$subdir" ; \

Return to bug 138236