This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using newer autoconf in src/cgen directory


> > I have been working to move the src tree at soureware.org to a newer
> > version of autoconf.  The reason for this is so that we can, in turn,
> > move to a newer version of libtool.  Would it be possible to rebuild the
> > configure script in src/cgen with autoconf 2.59?  [...]
> 
> Feel free to commit those changes.  cgen is barely worthy of autoconf
> anyway, being an interpreted program and all.
> 
> - FChE

OK, Here is what I commited.  Let me know if there are any problems.

Steve Ellcey
sje@cup.hp.com


2006-05-05  Steve Ellcey  <sje@cup.hp.com>

        * configure.in: Remove AC_ARG_PROGRAM.
        * configure: Regenerate with autoconf 2.59.


Index: configure.in
===================================================================
RCS file: /cvs/src/src/cgen/configure.in,v
retrieving revision 1.1.1.1
diff -c -3 -p -r1.1.1.1 configure.in
*** configure.in        28 Jul 2000 04:11:52 -0000      1.1.1.1
--- configure.in        5 May 2006 17:06:00 -0000
*************** arch=${target_cpu}
*** 13,18 ****
  AC_SUBST(arch)

  AM_MAINTAINER_MODE
- AC_ARG_PROGRAM

  AC_OUTPUT([Makefile doc/Makefile])
--- 13,17 ----


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