* configure.in: Modified to support autoconf 2.59.
        * */configure.in: Ditto.
        * configure: Regenerated.
        * */configure: Ditto.
        * wince/aclocal.m4: Ditto.
        * acinclude.m4: New file.
        * aclocal.m4: Ditto.
        * arm/aclocal.m4: Ditto.
        * cris/aclocal.m4: Ditto.
        * crx/aclocal.m4: Ditto.
        * d30v/aclocal.m4: Ditto.
        * fr30/aclocal.m4: Ditto.
        * frv/aclocal.m4: Ditto.
        * hp74x/aclocal.m4: Ditto.
        * i386/aclocal.m4: Ditto.
        * i960/aclocal.m4: Ditto.
        * iq2000/aclocal.m4: Ditto.
        * libnosys/aclocal.m4: Ditto.
        * m32c/aclocal.m4: Ditto.
        * m32r/aclocal.m4: Ditto.
        * m68hc11/aclocal.m4: Ditto.
        * m68k/aclocal.m4: Ditto.
        * mcore/aclocal.m4: Ditto.
        * mips/aclocal.m4: Ditto.
        * mn10200/aclocal.m4: Ditto.
        * mn10300/aclocal.m4: Ditto.
        * mt/aclocal.m4: Ditto.
        * pa/aclocal.m4: Ditto.
        * rs6000/aclocal.m4: Ditto.
        * sparc/aclocal.m4: Ditto.
        * sparc/libsys/aclocal.m4: Ditto.
        * xstormy16/aclocal.m4: Ditto.
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Configure.in for libgloss/sparc/libsys
 | |
| # Copyright (c) 1996 Cygnus Support
 | |
| # All rights reserved.
 | |
| #
 | |
| # Redistribution and use in source and binary forms are permitted
 | |
| # provided that the above copyright notice and this paragraph are
 | |
| # duplicated in all such forms and that any documentation,
 | |
| # advertising materials, and other materials related to such
 | |
| # distribution and use acknowledge that the software was developed
 | |
| # at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
 | |
| # endorse or promote products derived from this software without
 | |
| # specific prior written permission.
 | |
| # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 | |
| # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 | |
| # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 | |
| 
 | |
| dnl Process this file with autoconf to produce a configure script.
 | |
| AC_PREREQ(2.59)
 | |
| AC_INIT(libsys-crt0.S)
 | |
| 
 | |
| if test "$srcdir" = "." ; then
 | |
|   mdir=`echo "${with_multisubdir}/" \
 | |
|     | sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
 | |
|   AC_CONFIG_AUX_DIR(${mdir}../../../..)
 | |
| else
 | |
|   AC_CONFIG_AUX_DIR(${srcdir}/../../..)
 | |
| fi
 | |
| 
 | |
| AC_PROG_INSTALL
 | |
| 
 | |
| LIB_AC_PROG_CC
 | |
| AS=${AS-as}
 | |
| AC_SUBST(AS)
 | |
| AR=${AR-ar}
 | |
| AC_SUBST(AR)
 | |
| LD=${LD-ld}
 | |
| AC_SUBST(LD)
 | |
| AC_PROG_RANLIB
 | |
| LIB_AM_PROG_AS
 | |
| 
 | |
| host_makefile_frag=${srcdir}/../../config/default.mh
 | |
| 
 | |
| dnl We have to assign the same value to other variables because autoconf
 | |
| dnl doesn't provide a mechanism to substitute a replacement keyword with
 | |
| dnl arbitrary data or pathnames.
 | |
| dnl
 | |
| host_makefile_frag_path=$host_makefile_frag
 | |
| AC_SUBST(host_makefile_frag_path)
 | |
| AC_SUBST_FILE(host_makefile_frag)
 | |
| 
 | |
| AC_OUTPUT(Makefile)
 |