[maemo-commits] [maemo-commits] r12141 - in projects/haf/trunk/libosso: . src ut ut/osso-application-autosave ut/osso-application-top ut/osso-cp-plugin ut/osso-hw ut/osso-init ut/osso-mime ut/osso-rpc ut/osso-state ut/osso-statusbar ut/osso-system-note ut/osso-time
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 6 20:43:51 EEST 2007
- Previous message: [maemo-commits] r12140 - projects/haf/trunk/libosso/debian
- Next message: [maemo-commits] r12142 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala
Date: 2007-06-06 20:43:46 +0300 (Wed, 06 Jun 2007)
New Revision: 12141
Modified:
projects/haf/trunk/libosso/Makefile.in
projects/haf/trunk/libosso/aclocal.m4
projects/haf/trunk/libosso/configure
projects/haf/trunk/libosso/src/Makefile.in
projects/haf/trunk/libosso/ut/Makefile.in
projects/haf/trunk/libosso/ut/osso-application-autosave/Makefile.in
projects/haf/trunk/libosso/ut/osso-application-top/Makefile.in
projects/haf/trunk/libosso/ut/osso-cp-plugin/Makefile.in
projects/haf/trunk/libosso/ut/osso-hw/Makefile.in
projects/haf/trunk/libosso/ut/osso-init/Makefile.in
projects/haf/trunk/libosso/ut/osso-mime/Makefile.in
projects/haf/trunk/libosso/ut/osso-rpc/Makefile.in
projects/haf/trunk/libosso/ut/osso-state/Makefile.in
projects/haf/trunk/libosso/ut/osso-statusbar/Makefile.in
projects/haf/trunk/libosso/ut/osso-system-note/Makefile.in
projects/haf/trunk/libosso/ut/osso-time/Makefile.in
Log:
rerun autogen
Modified: projects/haf/trunk/libosso/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -137,6 +137,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -204,16 +207,6 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = src ut
-EXTRA_DIST = \
- debian/changelog \
- debian/control \
- debian/copyright \
- debian/libosso-dev.install \
- debian/libosso-dbus-conf.install \
- debian/libosso1.install \
- debian/libosso1-dbg.install \
- debian/rules
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosso.pc
dbusconfigdir = $(DBUS_CONF_DIR)
@@ -227,7 +220,7 @@
.SUFFIXES:
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -254,9 +247,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@@ -268,7 +261,7 @@
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: $(am__configure_deps)
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@
@@ -491,7 +484,7 @@
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/. $(distdir)/debian $(distdir)/ut/osso-application-top $(distdir)/ut/osso-hw $(distdir)/ut/osso-init $(distdir)/ut/osso-mime $(distdir)/ut/osso-rpc $(distdir)/ut/osso-state $(distdir)/ut/osso-statusbar $(distdir)/ut/osso-time
+ $(mkdir_p) $(distdir)/. $(distdir)/ut/osso-application-top $(distdir)/ut/osso-hw $(distdir)/ut/osso-init $(distdir)/ut/osso-mime $(distdir)/ut/osso-rpc $(distdir)/ut/osso-state $(distdir)/ut/osso-statusbar $(distdir)/ut/osso-time
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
Modified: projects/haf/trunk/libosso/aclocal.m4
===================================================================
--- projects/haf/trunk/libosso/aclocal.m4 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/aclocal.m4 2007-06-06 17:43:46 UTC (rev 12141)
@@ -6830,6 +6830,46 @@
rmdir .tst 2>/dev/null
AC_SUBST([am__leading_dot])])
+# Add --enable-maintainer-mode option to configure.
+# From Jim Meyering
+
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
+# Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 3
+
+AC_DEFUN([AM_MAINTAINER_MODE],
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
+ dnl maintainer-mode is disabled by default
+ AC_ARG_ENABLE(maintainer-mode,
+[ --enable-maintainer-mode enable make rules and dependencies not useful
+ (and sometimes confusing) to the casual installer],
+ USE_MAINTAINER_MODE=$enableval,
+ USE_MAINTAINER_MODE=no)
+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
+ AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
+ MAINT=$MAINTAINER_MODE_TRUE
+ AC_SUBST(MAINT)dnl
+]
+)
+
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
+
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
Modified: projects/haf/trunk/libosso/configure
===================================================================
--- projects/haf/trunk/libosso/configure 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/configure 2007-06-06 17:43:46 UTC (rev 12141)
@@ -463,7 +463,7 @@
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot OSSO_CFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG DOXYGEN OSSO_AF_SETTINGS_CFLAGS OSSO_AF_SETTINGS_LIBS DBUS_ROOT DBUS_ETC DBUS_VAR DBUS_SVC_DIR DBUS_CONF_DIR GLIB_CFLAGS GLIB_LIBS GTHREAD_CFLAGS GTHREAD_LIBS DBUS_CFLAGS DBUS_LIBS OUTO_CFLAGS OUTO_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE MCE_CFLAGS MCE_LIBS LIBOBJS docdir localedir outomoduledir LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT OSSO_CFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG DOXYGEN OSSO_AF_SETTINGS_CFLAGS OSSO_AF_SETTINGS_LIBS DBUS_ROOT DBUS_ETC DBUS_VAR DBUS_SVC_DIR DBUS_CONF_DIR GLIB_CFLAGS GLIB_LIBS GTHREAD_CFLAGS GTHREAD_LIBS DBUS_CFLAGS DBUS_LIBS OUTO_CFLAGS OUTO_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE MCE_CFLAGS MCE_LIBS LIBOBJS docdir localedir outomoduledir LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -1025,6 +1025,8 @@
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-maintainer-mode enable make rules and dependencies not useful
+ (and sometimes confusing) to the casual installer
--enable-debug Compile with extra debug code (default=no)
--enable-syslog-logging Compile with logging to the syslog (default=no)
--enable-stderr-logging Compile with logging to the stderr (default=no)
@@ -1954,7 +1956,31 @@
ac_compiler_gnu=$ac_cv_c_compiler_gnu
#AC_GNU_SOURCE
+echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
+ # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
+if test "${enable_maintainer_mode+set}" = set; then
+ enableval="$enable_maintainer_mode"
+ USE_MAINTAINER_MODE=$enableval
+else
+ USE_MAINTAINER_MODE=no
+fi;
+ echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
+
+if test $USE_MAINTAINER_MODE = yes; then
+ MAINTAINER_MODE_TRUE=
+ MAINTAINER_MODE_FALSE='#'
+else
+ MAINTAINER_MODE_TRUE='#'
+ MAINTAINER_MODE_FALSE=
+fi
+
+ MAINT=$MAINTAINER_MODE_TRUE
+
+
+
##################################################################
# Enable debug flag
##################################################################
@@ -4153,7 +4179,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4156 "configure"' > conftest.$ac_ext
+ echo '#line 4182 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -5490,7 +5516,7 @@
# Provide some information about the compiler.
-echo "$as_me:5493:" \
+echo "$as_me:5519:" \
"checking for Fortran 77 compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
@@ -6586,11 +6612,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:6589: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:6615: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:6593: \$? = $ac_status" >&5
+ echo "$as_me:6619: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -6848,11 +6874,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:6851: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:6877: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:6855: \$? = $ac_status" >&5
+ echo "$as_me:6881: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -6910,11 +6936,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:6913: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:6939: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:6917: \$? = $ac_status" >&5
+ echo "$as_me:6943: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -9149,7 +9175,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9152 "configure"
+#line 9178 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9247,7 +9273,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 9250 "configure"
+#line 9276 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11500,11 +11526,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11503: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11529: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:11507: \$? = $ac_status" >&5
+ echo "$as_me:11533: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -11562,11 +11588,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:11565: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:11591: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:11569: \$? = $ac_status" >&5
+ echo "$as_me:11595: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -12932,7 +12958,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 12935 "configure"
+#line 12961 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13030,7 +13056,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 13033 "configure"
+#line 13059 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13915,11 +13941,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:13918: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:13944: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:13922: \$? = $ac_status" >&5
+ echo "$as_me:13948: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -13977,11 +14003,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:13980: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:14006: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:13984: \$? = $ac_status" >&5
+ echo "$as_me:14010: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -16105,11 +16131,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16108: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16134: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16112: \$? = $ac_status" >&5
+ echo "$as_me:16138: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16367,11 +16393,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16370: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16396: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:16374: \$? = $ac_status" >&5
+ echo "$as_me:16400: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -16429,11 +16455,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:16432: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:16458: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:16436: \$? = $ac_status" >&5
+ echo "$as_me:16462: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -18668,7 +18694,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 18671 "configure"
+#line 18697 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -18766,7 +18792,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 18769 "configure"
+#line 18795 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -23584,6 +23610,13 @@
LTLIBOBJS=$ac_ltlibobjs
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -24191,6 +24224,9 @@
s, at AWK@,$AWK,;t t
s, at SET_MAKE@,$SET_MAKE,;t t
s, at am__leading_dot@,$am__leading_dot,;t t
+s, at MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
+s, at MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
+s, at MAINT@,$MAINT,;t t
s, at OSSO_CFLAGS@,$OSSO_CFLAGS,;t t
s, at CC@,$CC,;t t
s, at CFLAGS@,$CFLAGS,;t t
Modified: projects/haf/trunk/libosso/src/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/src/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/src/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -146,6 +146,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -261,7 +264,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -286,9 +289,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
Modified: projects/haf/trunk/libosso/ut/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -110,6 +110,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -184,7 +187,7 @@
all: all-recursive
.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -209,9 +212,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
mostlyclean-libtool:
Modified: projects/haf/trunk/libosso/ut/osso-application-autosave/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-application-autosave/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-application-autosave/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -123,6 +123,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -201,7 +204,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -226,9 +229,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-outomoduleLTLIBRARIES: $(outomodule_LTLIBRARIES)
@$(NORMAL_INSTALL)
Modified: projects/haf/trunk/libosso/ut/osso-application-top/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-application-top/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-application-top/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -134,6 +134,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -216,7 +219,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -241,9 +244,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_top.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_top.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-cp-plugin/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-cp-plugin/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-cp-plugin/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -132,6 +132,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -214,7 +217,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -239,9 +242,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-outomoduleLTLIBRARIES: $(outomodule_LTLIBRARIES)
@$(NORMAL_INSTALL)
Modified: projects/haf/trunk/libosso/ut/osso-hw/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-hw/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-hw/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -134,6 +134,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -216,7 +219,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -241,9 +244,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_hw.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_hw.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-init/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-init/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-init/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -134,6 +134,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -216,7 +219,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -241,9 +244,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-mime/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-mime/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-mime/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -135,6 +135,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -220,7 +223,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -245,9 +248,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_mime.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_mime.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-rpc/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-rpc/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-rpc/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -134,6 +134,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -216,7 +219,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -241,9 +244,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_rpc.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_rpc.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-state/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-state/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-state/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -126,6 +126,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -206,7 +209,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -231,9 +234,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_state.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_state.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-statusbar/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-statusbar/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-statusbar/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -134,6 +134,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -216,7 +219,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -241,9 +244,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_sb.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_sb.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Modified: projects/haf/trunk/libosso/ut/osso-system-note/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-system-note/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-system-note/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -122,6 +122,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -200,7 +203,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -225,9 +228,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-outomoduleLTLIBRARIES: $(outomodule_LTLIBRARIES)
@$(NORMAL_INSTALL)
Modified: projects/haf/trunk/libosso/ut/osso-time/Makefile.in
===================================================================
--- projects/haf/trunk/libosso/ut/osso-time/Makefile.in 2007-06-06 17:42:59 UTC (rev 12140)
+++ projects/haf/trunk/libosso/ut/osso-time/Makefile.in 2007-06-06 17:43:46 UTC (rev 12141)
@@ -136,6 +136,9 @@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
MCE_CFLAGS = @MCE_CFLAGS@
MCE_LIBS = @MCE_LIBS@
@@ -221,7 +224,7 @@
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -246,9 +249,9 @@
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(top_srcdir)/configure: $(am__configure_deps)
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
com.nokia.unit_test_time.service: $(top_builddir)/config.status $(srcdir)/com.nokia.unit_test_time.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
- Previous message: [maemo-commits] r12140 - projects/haf/trunk/libosso/debian
- Next message: [maemo-commits] r12142 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
