summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-09 20:21:51 -0700
committerSung-Jin Park <sj76.park@samsung.com>2013-09-02 23:32:31 -0400
commitec2ea8a53c3344390e1097f8bf0354866fcce82e (patch)
tree6176bef4945667535820e664ce790843662badc3
parent567cd8ef2f9c093ac58f746d7241c9151386f0d5 (diff)
downloadxev-ec2ea8a53c3344390e1097f8bf0354866fcce82e.tar.gz
xev-ec2ea8a53c3344390e1097f8bf0354866fcce82e.tar.bz2
xev-ec2ea8a53c3344390e1097f8bf0354866fcce82e.zip
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Change-Id: Ia66d29495de28b843305436c9736e04e744ff660 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d24848c..8e08496 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,19 +20,21 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
+# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xev], [1.1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xev])
+AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_HEADERS([config.h])
+
+# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-AC_CONFIG_HEADERS([config.h])
-
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
-
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages