]> git.saurik.com Git - bison.git/commit - src/Makefile.am
Do not hard code values of directories in `configure.in'.
authorAkim Demaille <akim@epita.fr>
Thu, 16 Mar 2000 15:54:46 +0000 (15:54 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 16 Mar 2000 15:54:46 +0000 (15:54 +0000)
commit8c44d3ec4904a326724764401b532b0593af05c6
treef74d6685676319c6cb305a6dfabf1424c82a1809
parentf95997e708b6847fc62b93a705eaf80124ebac2e
Do not hard code values of directories in `configure.in'.
Update the `configure' tool chain.

* configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
src/makefile.am.
(VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
(AC_OUTPUT): Add m4/Makefile.
Bump to bison 1.28a, 1.29 has never been released.
* acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
handled via src/Makefile.am.
(VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
autoheader.
* Makefile.am (SUBDIRS): Add m4.
(ACLOCAL_AM_FLAGS): New variable.
(AUTOMAKE_OPTIONS): Add check-news.
* src/Makefile.am (bison.simple): Use awk to replace #line lines with
the proper line number and file name.
(DEFS): Propagate the location of bison library files and of the
locale files.
(INCLUDES): Added `-I ..' so that one can compile with srcdir !=
builddir.
* acinclude.m4: Remove, replaced by the directory m4.
* m4/Makefile.am (EXTRA_DIST): New variable.
* m4/gettext.m4: New file, from the fileutils.
* m4/lcmessage.m4: Likewise
* m4/progtest.m4: Likewise.
* m4/bison-decl.m4: New file, extracted from former acinclude.m4.
12 files changed:
ChangeLog
Makefile.am
NEWS
acconfig.h
acinclude.m4 [deleted file]
configure.in
m4/Makefile.am [new file with mode: 0644]
m4/bison-decl.m4 [new file with mode: 0644]
m4/gettext.m4 [new file with mode: 0644]
m4/lcmessage.m4 [new file with mode: 0644]
m4/progtest.m4 [new file with mode: 0644]
src/Makefile.am