From 9c622c5fc82f2a19ae41e75398fee4ff1de52a1d Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 2 Feb 2011 11:43:44 -0500 Subject: config: minor layout change in configure.ac Group statements per section as per Autoconf standard layout Quote statements where appropriate. No functional configuration changes This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines Signed-off-by: Gaetan Nadon --- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 057c056..b45c94f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,11 @@ + # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXpm], - [3.5.9], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - [libXpm]) +AC_INIT([libXpm], [3.5.9], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXpm]) AC_CONFIG_SRCDIR([Makefile.am]) -AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -- cgit v1.2.1