Autoconf & Flex 2.5.4

2001-10-29 Thread John Poltorak
What is the recommended way of creating a configure script for Flex 2.5.4 using Autoconf v2.50? This is the current configure.in:- dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(initscan.c) AC_CONFIG_HEADER(config.h:conf.in) AC_LN_S AC_PROG_YACC AC_PROG_CC AC_

Re: FHS && ./configure

2001-10-29 Thread Gioele Barabucci
On Monday 29 October 2001 01:56, you wrote: > correct, ... and at the same time, inconvenient for the quick builds > when carrying a tarball of my projects around. It should be then just > configure/make/make-install even for win32-target where the files > should go under /programs, and it for qu

Re: FHS && ./configure

2001-10-29 Thread Guido Draheim
Es schrieb Gioele Barabucci: > > On Monday 29 October 2001 01:56, you wrote: > > > correct, ... and at the same time, inconvenient for the quick builds > > when carrying a tarball of my projects around. It should be then just > > configure/make/make-install even for win32-target where the files

Re: Combining Multiple Packages Together

2001-10-29 Thread Brian Minard
On October 28, 2001, Tim Van Holder wrote: > > How is this normally done? > > I don't think this is done often. Basically, autoheader builds > config.h.in based on a single configure.ac. In order to share a > config.h among packages, you'd need a config.h.in as well. While you > can probabl

Re: Combining Multiple Packages Together

2001-10-29 Thread Brian Minard
On October 28, 2001, Bruce Korb wrote: > "no good way" is about right. However, Gary V. Vaughan was > kind enough to figure out how to glue his snprintfv into > my autogen: > > http://prdownloads.sourceforge.net/autogen/autogen-5.2.11.tar.gz > > which is quite a bit short of a single c