config: Add missing AC_CONFIG_SRCDIR
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 23 Jul 2013 04:36:29 +0000 (21:36 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 23 Jul 2013 04:36:29 +0000 (21:36 -0700)
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac

index 617cf59..d4b5e65 100644 (file)
@@ -1,5 +1,12 @@
+dnl
+dnl Process this file with autoconf to create configure.
+
+# Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([VideoProto], [2.3.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_CONFIG_SRCDIR([Makefile.am])
+
+# Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS