* configure.in: Eliminate ${gasdir} variable.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com> | ||||||
|  |  | ||||||
|  | 	* configure.in: Eliminate ${gasdir} variable. | ||||||
|  |  | ||||||
| 2002-06-18  Dave Brolley  <brolley@redhat.com> | 2002-06-18  Dave Brolley  <brolley@redhat.com> | ||||||
|  |  | ||||||
| 	* configure.in: Add support for frv. | 	* configure.in: Add support for frv. | ||||||
|   | |||||||
| @@ -402,7 +402,6 @@ case "${enable_target_optspace}:${target}" in | |||||||
| esac | esac | ||||||
|  |  | ||||||
| skipdirs= | skipdirs= | ||||||
| gasdir=gas |  | ||||||
| use_gnu_ld= | use_gnu_ld= | ||||||
| use_gnu_as= | use_gnu_as= | ||||||
|  |  | ||||||
| @@ -1283,7 +1282,7 @@ fi | |||||||
| # --without-gnu-ld options for the configure script. | # --without-gnu-ld options for the configure script. | ||||||
|  |  | ||||||
| if test x${use_gnu_as} = x ; then | if test x${use_gnu_as} = x ; then | ||||||
|   if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && test -d ${srcdir}/${gasdir} ; then |   if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 && test -d ${srcdir}/gas ; then | ||||||
|     with_gnu_as=yes |     with_gnu_as=yes | ||||||
|     withoptions="$withoptions --with-gnu-as" |     withoptions="$withoptions --with-gnu-as" | ||||||
|   fi |   fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user