configure.ac: remove version from AM_INIT_AUTOMAKE
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 18 Jan 2010 07:06:54 +0000 (02:06 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 18 Jan 2010 07:06:54 +0000 (02:06 -0500)
configure.ac

index 8a3974ff65cc953b8e00650b01b0dd7be9e73201..ff2fbee906d6217239ef3d9e57795b63bdd34a9d 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([0.0 foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([ustctl/ustctl.c])
 AC_CONFIG_HEADERS([config.h])
 
This page took 0.023545 seconds and 4 git commands to generate.