configure.in (ragel-6.9) | : | configure.in (ragel-6.10) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
dnl | dnl | |||
dnl Ragel is distributed in the hope that it will be useful, | dnl Ragel is distributed in the hope that it will be useful, | |||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of | dnl but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
dnl GNU General Public License for more details. | dnl GNU General Public License for more details. | |||
dnl | dnl | |||
dnl You should have received a copy of the GNU General Public License | dnl You should have received a copy of the GNU General Public License | |||
dnl along with Ragel; if not, write to the Free Software | dnl along with Ragel; if not, write to the Free Software | |||
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
AC_INIT(ragel, 6.9) | AC_INIT(ragel, 6.10) | |||
PUBDATE="Oct 2014" | PUBDATE="March 2017" | |||
AM_INIT_AUTOMAKE([foreign]) | AM_INIT_AUTOMAKE([foreign]) | |||
AC_SUBST(PUBDATE) | AC_SUBST(PUBDATE) | |||
AC_CONFIG_HEADER(ragel/config.h) | AC_CONFIG_HEADER(ragel/config.h) | |||
dnl Choose defaults for the build_parsers and build_manual vars. If the dist | dnl Choose defaults for the build_parsers and build_manual vars. If the dist | |||
dnl file is present in the root then default to no, otherwise go for it. | dnl file is present in the root then default to no, otherwise go for it. | |||
AS_IF([test -r $srcdir/DIST], [. $srcdir/DIST], [build_parsers=yes; | AS_IF([test -r $srcdir/DIST], [. $srcdir/DIST], [build_parsers=yes; | |||
build_manual=yes]) | build_manual=yes]) | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |