[passepartout] updated configure.ac



commit ddeeb50ff44844aad105aa6ee66600652d3b350a
Author: Sven Herzberg <herzi lanedo com>
Date:   Fri Apr 10 16:23:35 2009 +0200

    updated configure.ac
    
    * configure.ac: some cleanup (mostly done by autoupdate)
---
 configure.ac |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 49cf6f3..e26731d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,10 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(Passepartout, 0.8-PRE, [http://bugzilla.gnome.org/simple-bug-guide.cgi?product=passepartout])
+AC_INIT([Passepartout],[0.8-PRE],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=passepartout])
 AC_CONFIG_SRCDIR([src/xml2ps/blockcontainer.cc])
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
-# For automake < 1.6 you need to use this line instead:
-#AM_INIT_AUTOMAKE(Passepartout, 0.7-PRE)
 
-AM_CONFIG_HEADER(src/defines.h)
-# AC_CONFIG_HEADER(src/defines.h)
+AC_CONFIG_HEADERS([src/defines.h])
 
 dnl  ----------------
 dnl | compiler flags |
@@ -62,8 +59,7 @@ AC_SUBST([GNOME_LIBS])
 AC_SUBST([GNOME_CFLAGS])
 AC_SUBST([GNOMEVFS_LIBS])
 AC_SUBST([GNOMEVFS_CFLAGS])
-AC_ARG_WITH([gnome], AC_HELP_STRING([--with-gnome],
-                                    [Gnome support (default is NO)]),
+AC_ARG_WITH([gnome], AS_HELP_STRING([--with-gnome],[Gnome support (default is NO)]),
             [PKG_CHECK_MODULES(GNOME, libgnome-2.0)]
             [PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-module-2.0)]
             AC_DEFINE([HAVE_GNOME], [1], [Gnome is present]))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]