[brasero] Ran autoupdate on configure.in to straight things up



commit 30d8f86bf8b3a41f531d34ae823297daefda22e1
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue Mar 2 19:50:18 2010 +0100

    Ran autoupdate on configure.in to straight things up

 configure.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/configure.in b/configure.in
index bdfb91f..288d48d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(brasero, 2.29.91)
+AC_INIT([brasero],[2.29.91])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
@@ -43,10 +43,10 @@ AM_INIT_AUTOMAKE([foreign])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_INIT
 
 AM_MAINTAINER_MODE
 
@@ -120,7 +120,7 @@ elif test x"$has_scsiio" = x"yes"; then
 elif test x"$has_uscsi" = x"yes"; then
 	:
 else
-	AC_ERROR([Support Linux SG, FreeBSD CAM, NetBSD SCSIPI, Solaris USCSI. No supported SCSI interface headers could not be found.])
+	AC_MSG_ERROR([Support Linux SG, FreeBSD CAM, NetBSD SCSIPI, Solaris USCSI. No supported SCSI interface headers could not be found.])
 fi
 
 AM_CONDITIONAL(HAVE_CAM_LIB_H, test x"$has_cam" = "xyes")
@@ -572,8 +572,7 @@ fi
 
 dnl ***** GCONF *************************
 
-AC_ARG_ENABLE(schemas-install,AC_HELP_STRING([--disable-schemas-install],
-					     [Disable installation of the gconf schemas]))
+AC_ARG_ENABLE(schemas-install,AS_HELP_STRING([--disable-schemas-install],[Disable installation of the gconf schemas]))
 
 AM_CONDITIONAL(SCHEMAS_INSTALL, test x$enable_schemas_install != xno)
 
@@ -585,7 +584,7 @@ AM_GCONF_SOURCE_2
 
 dnl ****** END ***********************
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 libbrasero-media.pc
 libbrasero-burn.pc
@@ -623,6 +622,7 @@ plugins/vcdimager/Makefile
 po/Makefile.in
 src/Makefile
 ])
+AC_OUTPUT
 
 echo
 echo



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