[w3m-dev 04145] Re: ac_unique_file in configure

Fumitoshi UKAI <[email protected]> Sun, 27 Feb 2005 02:12:23 +0900
Newsgroups gmane.comp.web.w3m.devel
Organization Debian JP Project
Message-ID <[email protected]>
At Sat, 26 Feb 2005 23:07:53 +0900,
YONETANI Tomokazu wrote:
 
> 
> configure rev 1.152commitCVSconfigure
> w3mtouch
> autoconfconfigure

autoconf2.50 configure.in  
configure.ac  rename 

 autoconf2.13  AC_INIT  autoconf2.50  AC_INIT 

 autoconf2.13
  AC_INIT (UNIQUE-FILE-IN-SOURCE-DIR)

 autoconf2.50
  AC_INIT (PACKAGE, VERSION, [BUG-REPORT], [TARNAME])


--