* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
authorRob Browning <rlb@defaultvalue.org>
Mon, 9 Dec 2002 00:52:03 +0000 (00:52 +0000)
committerRob Browning <rlb@defaultvalue.org>
Mon, 9 Dec 2002 00:52:03 +0000 (00:52 +0000)
commit9e6e154e84d08289fb60138880164357250431d6
treeea9906bc295cc8d9b293c9272b0589c8afc25ca1
parentb2cbe8d8a2f06c0ce494c6b1a8874c1842384fe5
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
(AC_CONFIG_FILES): separate out the files that need to be chmodded
at the end of config.status.  Our "default" approach using
AC_CONFIG_COMMANDS quit working (and would have needed to be
changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
per-file AC_CONFIG_FILES calls appears to be more "correct" in the
current autoconf docs.
configure.in