This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libobjc/configure.in needs AC_CONFIG_AUX_DIR() too, patch included


 > From: Jeffrey A Law <law@cygnus.com>
 >  
 >   In message <199810211519.LAA24063@caip.rutgers.edu>you write:
 >   >     The recent patch to libf2c/configure.in by Dave Love cures the
 >   > problem my system had finding install-sh when configuring in
 >   > egcs/mips-sgi-irix6.2/mabi=64/libf2c/.
 >   >
 >   >     However I had a similar problem with .../libobjc and needed an
 >   > analogous change to libobjc/configure.in for the bootstrap to complete.
 >   >
 >   >     Is this okay to install?
 > Yup.  We weren't sure if it was needed for libobjc :-)
 >  
 >  
 >   > Wed Oct 21 11:11:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 >   >
 >   >     * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
 >  
 > Can you fix libchill too :-)  Consider both changes approved.
 > jeff

	Okay, both done.  However libchill wasn't really needed for a
bootstrap to succeed.  It never calls AC_CONFIG_AIX_DIR with bogus
arguments (indirectly via AC_PROG_INSTALL like the other two libs did.)

However, it certainly doesn't hurt to protect ourselves in case libchill
decides to locate `install' in the future. 

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]