* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com> | ||||||
|  |  | ||||||
|  | 	* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1. | ||||||
|  | 	* configure.in: Eliminate version-specific references to tcl8.1, tk8.1. | ||||||
|  |  | ||||||
| 2002-05-31  Olaf Hering  <olh@suse.de> | 2002-05-31  Olaf Hering  <olh@suse.de> | ||||||
|  |  | ||||||
| 	* config-ml.in: Propogate DESTDIR also. | 	* config-ml.in: Propogate DESTDIR also. | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								Makefile.in
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Makefile.in
									
									
									
									
									
								
							| @@ -580,7 +580,6 @@ ALL_MODULES = \ | |||||||
| 	all-snavigator \ | 	all-snavigator \ | ||||||
| 	all-tar \ | 	all-tar \ | ||||||
| 	all-tcl \ | 	all-tcl \ | ||||||
| 	all-tcl8.1 \ |  | ||||||
| 	all-texinfo \ | 	all-texinfo \ | ||||||
| 	all-textutils \ | 	all-textutils \ | ||||||
| 	all-tgas \ | 	all-tgas \ | ||||||
| @@ -712,7 +711,6 @@ INSTALL_MODULES = \ | |||||||
| 	install-intl \ | 	install-intl \ | ||||||
| 	install-ispell \ | 	install-ispell \ | ||||||
| 	install-tcl \ | 	install-tcl \ | ||||||
| 	install-tcl8.1 \ |  | ||||||
| 	install-itcl \ | 	install-itcl \ | ||||||
| 	install-ld \ | 	install-ld \ | ||||||
| 	install-libgui \ | 	install-libgui \ | ||||||
| @@ -752,7 +750,6 @@ ALL_X11_MODULES = \ | |||||||
| 	all-guile \ | 	all-guile \ | ||||||
| 	all-tclX \ | 	all-tclX \ | ||||||
| 	all-tk \ | 	all-tk \ | ||||||
| 	all-tk8.1 \ |  | ||||||
| 	all-tix | 	all-tix | ||||||
|  |  | ||||||
| # This is a list of the check targets for all of the modules which are | # This is a list of the check targets for all of the modules which are | ||||||
| @@ -776,7 +773,6 @@ INSTALL_X11_MODULES = \ | |||||||
| 	install-expect \ | 	install-expect \ | ||||||
| 	install-tclX \ | 	install-tclX \ | ||||||
| 	install-tk \ | 	install-tk \ | ||||||
| 	install-tk8.1 \ |  | ||||||
| 	install-tix | 	install-tix | ||||||
|  |  | ||||||
| # This is a list of the targets for all of the modules which are compiled | # This is a list of the targets for all of the modules which are compiled | ||||||
| @@ -1755,11 +1751,11 @@ all-indent: | |||||||
| all-inet: all-tcl all-send-pr all-perl | all-inet: all-tcl all-send-pr all-perl | ||||||
| all-intl: | all-intl: | ||||||
| all-ispell: all-emacs19 | all-ispell: all-emacs19 | ||||||
| all-itcl: all-tcl all-tk all-tcl8.1 all-tk8.1 | all-itcl: all-tcl all-tk | ||||||
| all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl | all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl | ||||||
| configure-target-libgloss: $(ALL_GCC) | configure-target-libgloss: $(ALL_GCC) | ||||||
| all-target-libgloss: configure-target-libgloss configure-target-newlib | all-target-libgloss: configure-target-libgloss configure-target-newlib | ||||||
| all-libgui: all-tcl all-tk all-tcl8.1 all-tk8.1 all-itcl | all-libgui: all-tcl all-tk all-itcl | ||||||
| all-libiberty: | all-libiberty: | ||||||
|  |  | ||||||
| all-build-libiberty: configure-build-libiberty | all-build-libiberty: configure-build-libiberty | ||||||
| @@ -1803,15 +1799,13 @@ all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen | |||||||
| all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui | all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui | ||||||
| all-tar: all-libiberty | all-tar: all-libiberty | ||||||
| all-tcl: | all-tcl: | ||||||
| all-tcl8.1: |  | ||||||
| all-tclX: all-tcl all-tk | all-tclX: all-tcl all-tk | ||||||
| all-tk: all-tcl | all-tk: all-tcl | ||||||
| all-tk8.1: all-tcl8.1 |  | ||||||
| all-texinfo: all-libiberty | all-texinfo: all-libiberty | ||||||
| all-textutils: | all-textutils: | ||||||
| all-tgas: all-libiberty all-bfd all-opcodes | all-tgas: all-libiberty all-bfd all-opcodes | ||||||
| all-time: | all-time: | ||||||
| all-tix: all-tcl all-tk all-tcl8.1 all-tk8.1 | all-tix: all-tcl all-tk | ||||||
| all-wdiff: | all-wdiff: | ||||||
| configure-target-winsup: $(ALL_GCC_C) | configure-target-winsup: $(ALL_GCC_C) | ||||||
| all-target-winsup: all-target-libiberty all-target-libtermcap configure-target-winsup | all-target-winsup: all-target-libiberty all-target-libtermcap configure-target-winsup | ||||||
|   | |||||||
| @@ -42,7 +42,7 @@ | |||||||
|  |  | ||||||
| # these libraries are used by various programs built for the host environment | # these libraries are used by various programs built for the host environment | ||||||
| # | # | ||||||
| host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" | host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib" | ||||||
|  |  | ||||||
| libstdcxx_version="target-libstdc++-v3" | libstdcxx_version="target-libstdc++-v3" | ||||||
| # Don't use libstdc++-v3's flags to configure/build itself. | # Don't use libstdc++-v3's flags to configure/build itself. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user