summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* update automake to 1.7 and autoconf to 2.54Will Estes2002-09-261-1/+1
* use AM_YFLAGS since YFLAGS is a user variableWill Estes2002-09-261-1/+1
* include a single, automatically generated version number in flex scannersWill Estes2002-09-251-1/+1
* include the intl/ subdirectory when searching for include filesWill Estes2002-09-091-1/+1
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-071-20/+24
* touch up the indent targeet; it's ready for production use nowWill Estes2002-08-271-5/+5
* Created 'indent' target and added .indent.pro.John Millaway2002-08-221-1/+25
* we're using m4 so have configure test for itWill Estes2002-08-201-1/+2
* Added tables.c and rebuilt dependencies.John Millaway2002-08-201-17/+19
* More work on tables serialization.John Millaway2002-08-191-1/+2
* Skeleton is now passed through m4 (before dist is built).John Millaway2002-08-191-1/+1
* Updated dependencies list.John Millaway2002-08-161-20/+20
* require automake at least 1.6Will Estes2002-08-151-1/+3
* remove faq.texi as it's included in flex.texiWill Estes2002-08-091-1/+0
* include intl in the distribution and in the build processWill Estes2002-08-081-0/+2
* builddir in help2man call needed @-signs around itWill Estes2002-08-081-1/+1
* help2man should look in builddir for the flex binaryWill Estes2002-08-061-1/+1
* we need to include texinfo.tex nowWill Estes2002-07-311-1/+0
* add dist-bzip2 to automake_options so we'll start getting tar.bz2 archivesWill Estes2002-07-241-1/+1
* typo in tags targetJohn Millaway2002-07-231-1/+1
* Removed erroneous $(srcdir) from help2man target.John Millaway2002-07-221-1/+1
* Fixed typo.John Millaway2002-07-021-1/+1
* Added 'tags' target -- something I should have done long ago.John Millaway2002-06-281-1/+5
* Updated my email address.John Millaway2002-05-131-1/+1
* Added faq.texi to archive.John Millaway2002-04-141-0/+1
* DIST_SUBDIRS: new variable. we can build flex with SUBDIRS and then build the...Will Estes2002-04-011-0/+6
* unlisted intermediate flex/yacc-created filesWill Estes2002-03-291-4/+1
* ok, one last touch up; users most likely wont have help2man so we need to ins...Will Estes2002-03-291-1/+1
* fine tune flex.1 some moreWill Estes2002-03-291-2/+2
* generalize the manpage a bit and tell autofoo about help2manWill Estes2002-03-291-4/+7
* Output of `flex --version` now matches GNU coding standards.John Millaway2002-03-281-1/+6
* mostly, changes for gettextWill Estes2002-03-121-7/+14
* remove subdirectories from EXTRA_DIST; add a SUBDIRS macro to handle examples...Will Estes2002-03-061-10/+6
* add parse.c and scan.c to built_sourcesWill Estes2002-03-041-1/+3
* Removed CVS-specific code from 'dist-hook' target so anybody with a copy of theJohn Millaway2002-02-241-5/+8
* merge latest batch of millaway's changesWill Estes2001-10-171-2/+10
* specify cvsroot so automake distcheck worksWill Estes2001-09-201-1/+1
* millaway needs to be covered in the ChangeLogWill Estes2001-08-011-1/+1
* oops, left in an extra backslashWill Estes2001-07-311-1/+1
* remove flex.1 and rewrite the dist-hook so that we pick up a couple more dire...Will Estes2001-07-311-7/+7
* first attempt at including the tests/ directory via automake, dist-hook targe...Will Estes2001-07-311-0/+3
* automake groks the ChangeLog now so we don't have to remind the maintainer to...Will Estes2001-07-311-2/+0
* if we want flex.1 we have to say so in EXTRA_DISTWill Estes2001-07-271-1/+2
* include flex.1 as it's the only working documentation for nowWill Estes2001-07-271-0/+3
* rearrange to work with automake on building the ChangeLogWill Estes2001-07-271-7/+4
* how to fake the ChangeLog into showing up in the distributionWill Estes2001-07-251-0/+12
* add YFLAGS so parse.h gets madeWill Estes2001-07-251-0/+2
* add Vern's misc dependencies; noinst_SCRIPTS was broken?; list a few last fil...Will Estes2001-07-241-5/+31
* copyright notice on Makefile.am; document some -D switches (are they still us...Will Estes2001-07-241-0/+35
* add EXTRA_DISTWill Estes2001-07-241-0/+13