revert inadvertent change in last patch
authorJim Meyering <meyering@redhat.com>
Mon, 2 Jun 2008 13:05:38 +0000 (15:05 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Jun 2008 13:07:37 +0000 (15:07 +0200)
* configure.ac (AM_INIT_AUTOMAKE): Restore accidentally-modified
options.  Spotted by Eric Blake.

configure.ac

index c5a7fca..3c0e100 100644 (file)
@@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR(src/ls.c)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
 
-AM_INIT_AUTOMAKE([1.10])
+AM_INIT_AUTOMAKE([1.10.1 dist-lzma])
 
 AC_PROG_CC_STDC
 AM_PROG_CC_C_O