From 0df68dd170d1be2fbd5e87329164dae97fb18ad6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 4 Jun 2011 21:17:30 -0700 Subject: config: Add missing AC_CONFIG_SRCDIR Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by: Alan Coopersmith --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d6047bb..be4d80c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,13 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. +# Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(gccmakedep,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],gccmakedep) +AC_INIT([gccmakedep],[1.0.2], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[gccmakedep]) +AC_CONFIG_SRCDIR([Makefile.am]) + +# Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -- cgit v1.2.3