From b26ba29f8ec802416a4c585a7f44baa30c297e98 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 2 Feb 2011 04:06:06 -0500 Subject: Modernize the autotools initialization. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 828ac7a9..5cb481dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl This file is Copyright (c)2010 by the GPSD project dnl BSD terms apply: see the file COPYING in the distribution root for details. -AC_INIT -AM_INIT_AUTOMAKE(gpsd, 2.96~dev) +AC_INIT(gpsd, 2.96~dev) +AM_INIT_AUTOMAKE dnl AC_PREFIX_PROGRAM(gcc) AM_CONFIG_HEADER(gpsd_config.h) AC_LANG([C]) -- cgit v1.2.1