]> granicus.if.org Git - flex/commitdiff
add dist-xz to automake options; resolves #3561837
authorWill Estes <westes575@gmail.com>
Sun, 26 Aug 2012 14:28:25 +0000 (10:28 -0400)
committerWill Estes <westes575@gmail.com>
Sun, 26 Aug 2012 14:28:25 +0000 (10:28 -0400)
configure.ac

index 796a734044b3c8113da81a4b63a6898f9719db50..46fe221145a8d10f317adafaafc0b70651abc3b5 100644 (file)
@@ -27,7 +27,7 @@
 AC_INIT([the fast lexical analyser generator], [2.5.37],
 [flex-help@lists.sourceforge.net], [flex])
 AC_CONFIG_SRCDIR([scan.l])
-AM_INIT_AUTOMAKE([gnits dist-bzip2 1.10])
+AM_INIT_AUTOMAKE([gnits dist-bzip2 dist-xz 1.10])
 AC_CONFIG_HEADER([config.h:conf.in])
 AC_CONFIG_LIBOBJ_DIR([lib])