summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-26 07:50:42 -0700
committerAllen Martin <amartin@nvidia.com>2012-06-26 18:05:13 -0700
commitea62972d1c88d7b27323f56bbc7cf9e267ec2c75 (patch)
treec87c43fd825f330833e2a7849451bca98300ca9d
parentf60b9d2aee60f48ca358a0cedf266580b8c4659e (diff)
downloadtegrarcm-ea62972d1c88d7b27323f56bbc7cf9e267ec2c75.tar.gz
drop old AM_INIT_AUTOMAKE style
The AC_INIT call takes care of setting all these values, so no need to call the old AM_INIT_AUTOMAKE style anymore. Avoids duplication. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Change-Id: I01b31f198273537d55bb7b8db95eb75ba67b8450 Reviewed-on: http://git-master/r/111409 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Allen Martin <amartin@nvidia.com> Tested-by: Allen Martin <amartin@nvidia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0736a80..f05878b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.67])
AC_INIT([tegrarcm], [1.0], [amartin@nvidia.com])
-AM_INIT_AUTOMAKE(tegrarcm, 1.0)
+AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])