summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-02 04:06:06 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-02 04:06:06 -0500
commitb26ba29f8ec802416a4c585a7f44baa30c297e98 (patch)
tree73d49735ea44c0c31e5a83c82bf34c274a6e3bb5 /configure.ac
parent05e0f06eae3d209e34f31cac97104bb54ebf9a8e (diff)
downloadgpsd-b26ba29f8ec802416a4c585a7f44baa30c297e98.tar.gz
Modernize the autotools initialization.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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])