Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-09-27 19:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2013-08-12 
11:04:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2013-09-27 19:39:50.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep  4 14:24:39 UTC 2013 - [email protected]
+
+- Avoid automake warning:
+  'INCLUDES' is the old name for 'AM_CPPFLAGS'
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-core-3.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-any/src/Makefile.am 
new/yast2-core-3.0.1/agent-any/src/Makefile.am
--- old/yast2-core-3.0.1/agent-any/src/Makefile.am      2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-any/src/Makefile.am      2013-09-04 
18:06:46.000000000 +0200
@@ -20,4 +20,4 @@
 libpy2ag_anyagent_la_LDFLAGS = -version-info 2:0
 libpy2ag_anyagent_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-any/src/Makefile.in 
new/yast2-core-3.0.1/agent-any/src/Makefile.in
--- old/yast2-core-3.0.1/agent-any/src/Makefile.in      2013-08-07 
16:41:39.000000000 +0200
+++ new/yast2-core-3.0.1/agent-any/src/Makefile.in      2013-09-11 
13:44:36.000000000 +0200
@@ -364,7 +364,7 @@
 
 libpy2ag_anyagent_la_LDFLAGS = -version-info 2:0
 libpy2ag_anyagent_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-any/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-any/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-any/testsuite/Makefile.am        2013-07-14 
22:15:54.000000000 +0200
+++ new/yast2-core-3.0.1/agent-any/testsuite/Makefile.am        2013-09-04 
18:06:46.000000000 +0200
@@ -11,7 +11,7 @@
 export Y2DISABLELANGUAGEPLUGINS = 1
 export top_srcdir
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runag_anyagent
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-any/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-any/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-any/testsuite/Makefile.in        2013-08-07 
16:41:40.000000000 +0200
+++ new/yast2-core-3.0.1/agent-any/testsuite/Makefile.in        2013-09-11 
13:44:36.000000000 +0200
@@ -340,7 +340,7 @@
 SUBDIRS = config lib ag_anyagent.test tests
 AM_CXXFLAGS = -DY2LOG=\"agent-any\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runag_anyagent_SOURCES = runag_anyagent.cc
 runag_anyagent_LDADD = ${AGENT_LIBADD}
 # why is whole-archive necessary?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-dummy/src/Makefile.am 
new/yast2-core-3.0.1/agent-dummy/src/Makefile.am
--- old/yast2-core-3.0.1/agent-dummy/src/Makefile.am    2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-dummy/src/Makefile.am    2013-09-04 
18:06:46.000000000 +0200
@@ -13,7 +13,7 @@
 libpy2ag_dummy_la_LDFLAGS = -version-info 2:0
 libpy2ag_dummy_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-dummy/src/Makefile.in 
new/yast2-core-3.0.1/agent-dummy/src/Makefile.in
--- old/yast2-core-3.0.1/agent-dummy/src/Makefile.in    2013-08-07 
16:41:40.000000000 +0200
+++ new/yast2-core-3.0.1/agent-dummy/src/Makefile.in    2013-09-11 
13:44:37.000000000 +0200
@@ -345,7 +345,7 @@
 
 libpy2ag_dummy_la_LDFLAGS = -version-info 2:0
 libpy2ag_dummy_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-ini/src/Makefile.am 
new/yast2-core-3.0.1/agent-ini/src/Makefile.am
--- old/yast2-core-3.0.1/agent-ini/src/Makefile.am      2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-ini/src/Makefile.am      2013-09-04 
18:06:46.000000000 +0200
@@ -29,4 +29,4 @@
        @AGENT_LIBADD@                          \
        ${Y2UTIL_LIBS}
 
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-ini/src/Makefile.in 
new/yast2-core-3.0.1/agent-ini/src/Makefile.in
--- old/yast2-core-3.0.1/agent-ini/src/Makefile.in      2013-08-07 
16:41:41.000000000 +0200
+++ new/yast2-core-3.0.1/agent-ini/src/Makefile.in      2013-09-11 
13:44:37.000000000 +0200
@@ -371,7 +371,7 @@
        @AGENT_LIBADD@                          \
        ${Y2UTIL_LIBS}
 
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-ini/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-ini/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-ini/testsuite/Makefile.am        2013-07-14 
22:15:54.000000000 +0200
+++ new/yast2-core-3.0.1/agent-ini/testsuite/Makefile.am        2013-09-04 
18:06:46.000000000 +0200
@@ -11,7 +11,7 @@
 export Y2DISABLELANGUAGEPLUGINS = 1
 export top_srcdir
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runag_ini
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-ini/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-ini/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-ini/testsuite/Makefile.in        2013-08-07 
16:41:41.000000000 +0200
+++ new/yast2-core-3.0.1/agent-ini/testsuite/Makefile.in        2013-09-11 
13:44:37.000000000 +0200
@@ -339,7 +339,7 @@
 SUBDIRS = config lib ag_ini.test tests ag_ini.debug debug ag_ini.multi multi
 AM_CXXFLAGS = -DY2LOG=\"agent-ini\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runag_ini_SOURCES = runag_ini.cc
 runag_ini_LDADD = ${AGENT_LIBADD}
 runag_ini_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-modules/src/Makefile.am 
new/yast2-core-3.0.1/agent-modules/src/Makefile.am
--- old/yast2-core-3.0.1/agent-modules/src/Makefile.am  2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-modules/src/Makefile.am  2013-09-04 
18:06:46.000000000 +0200
@@ -20,4 +20,4 @@
 libpy2ag_modules_la_LDFLAGS = -version-info 2:0
 libpy2ag_modules_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-modules/src/Makefile.in 
new/yast2-core-3.0.1/agent-modules/src/Makefile.in
--- old/yast2-core-3.0.1/agent-modules/src/Makefile.in  2013-08-07 
16:41:42.000000000 +0200
+++ new/yast2-core-3.0.1/agent-modules/src/Makefile.in  2013-09-11 
13:44:38.000000000 +0200
@@ -362,7 +362,7 @@
 
 libpy2ag_modules_la_LDFLAGS = -version-info 2:0
 libpy2ag_modules_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-modules/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-modules/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-modules/testsuite/Makefile.am    2013-07-14 
22:15:54.000000000 +0200
+++ new/yast2-core-3.0.1/agent-modules/testsuite/Makefile.am    2013-09-04 
18:06:46.000000000 +0200
@@ -11,7 +11,7 @@
 export Y2DISABLELANGUAGEPLUGINS = 1
 export top_srcdir
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runmodules
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-modules/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-modules/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-modules/testsuite/Makefile.in    2013-08-07 
16:41:42.000000000 +0200
+++ new/yast2-core-3.0.1/agent-modules/testsuite/Makefile.in    2013-09-11 
13:44:38.000000000 +0200
@@ -339,7 +339,7 @@
 SUBDIRS = config lib ag_modules.test tests
 AM_CXXFLAGS = -DY2LOG=\"agent-modules\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runmodules_SOURCES = runmodules.cc
 runmodules_LDADD = ${AGENT_LIBADD}
 runmodules_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-process/src/Makefile.am 
new/yast2-core-3.0.1/agent-process/src/Makefile.am
--- old/yast2-core-3.0.1/agent-process/src/Makefile.am  2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-process/src/Makefile.am  2013-09-04 
18:06:46.000000000 +0200
@@ -20,4 +20,4 @@
 libpy2ag_process_la_LDFLAGS = -version-info 2:0
 libpy2ag_process_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-process/src/Makefile.in 
new/yast2-core-3.0.1/agent-process/src/Makefile.in
--- old/yast2-core-3.0.1/agent-process/src/Makefile.in  2013-08-07 
16:41:43.000000000 +0200
+++ new/yast2-core-3.0.1/agent-process/src/Makefile.in  2013-09-11 
13:44:38.000000000 +0200
@@ -361,7 +361,7 @@
 
 libpy2ag_process_la_LDFLAGS = -version-info 2:0
 libpy2ag_process_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-process/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-process/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-process/testsuite/Makefile.am    2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/agent-process/testsuite/Makefile.am    2013-09-04 
18:06:46.000000000 +0200
@@ -12,7 +12,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 export Y2DISABLELANGUAGEPLUGINS = 1
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = run_ag_process
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-process/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-process/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-process/testsuite/Makefile.in    2013-08-07 
16:41:43.000000000 +0200
+++ new/yast2-core-3.0.1/agent-process/testsuite/Makefile.in    2013-09-11 
13:44:38.000000000 +0200
@@ -341,7 +341,7 @@
 CLEANFILES = $(wildcard tmp.out.* tmp.err.* tmp.write.* *.sum *.log)
 AM_CXXFLAGS = -DY2LOG=\"agent-process\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 run_ag_process_SOURCES = run_ag_process.cc
 run_ag_process_LDADD = ${AGENT_LIBADD}
 run_ag_process_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-resolver/src/Makefile.am 
new/yast2-core-3.0.1/agent-resolver/src/Makefile.am
--- old/yast2-core-3.0.1/agent-resolver/src/Makefile.am 2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-resolver/src/Makefile.am 2013-09-04 
18:06:46.000000000 +0200
@@ -12,4 +12,4 @@
 libpy2ag_resolver_la_LDFLAGS = -version-info 2:0
 libpy2ag_resolver_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-resolver/src/Makefile.in 
new/yast2-core-3.0.1/agent-resolver/src/Makefile.in
--- old/yast2-core-3.0.1/agent-resolver/src/Makefile.in 2013-08-07 
16:41:43.000000000 +0200
+++ new/yast2-core-3.0.1/agent-resolver/src/Makefile.in 2013-09-11 
13:44:39.000000000 +0200
@@ -345,7 +345,7 @@
 
 libpy2ag_resolver_la_LDFLAGS = -version-info 2:0
 libpy2ag_resolver_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.am   2013-07-14 
22:15:54.000000000 +0200
+++ new/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.am   2013-09-04 
18:06:46.000000000 +0200
@@ -9,7 +9,7 @@
 export Y2DISABLELANGUAGEPLUGINS = 1
 export top_srcdir
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runresolver
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.in   2013-08-07 
16:41:43.000000000 +0200
+++ new/yast2-core-3.0.1/agent-resolver/testsuite/Makefile.in   2013-09-11 
13:44:39.000000000 +0200
@@ -337,7 +337,7 @@
 SUBDIRS = config lib ag_resolver.test tests
 AM_CXXFLAGS = -DY2LOG=\"agent-resolver\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runresolver_SOURCES = runresolver.cc
 runresolver_LDADD = ${AGENT_LIBADD}
 runresolver_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-system/src/Makefile.am 
new/yast2-core-3.0.1/agent-system/src/Makefile.am
--- old/yast2-core-3.0.1/agent-system/src/Makefile.am   2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/agent-system/src/Makefile.am   2013-09-04 
18:06:46.000000000 +0200
@@ -14,4 +14,4 @@
 libpy2ag_system_la_LDFLAGS = -version-info 2:0
 libpy2ag_system_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-system/src/Makefile.in 
new/yast2-core-3.0.1/agent-system/src/Makefile.in
--- old/yast2-core-3.0.1/agent-system/src/Makefile.in   2013-08-07 
16:41:44.000000000 +0200
+++ new/yast2-core-3.0.1/agent-system/src/Makefile.in   2013-09-11 
13:44:39.000000000 +0200
@@ -347,7 +347,7 @@
 
 libpy2ag_system_la_LDFLAGS = -version-info 2:0
 libpy2ag_system_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = @AGENT_INCLUDES@
+AM_CPPFLAGS = @AGENT_INCLUDES@
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-system/testsuite/Makefile.am 
new/yast2-core-3.0.1/agent-system/testsuite/Makefile.am
--- old/yast2-core-3.0.1/agent-system/testsuite/Makefile.am     2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/agent-system/testsuite/Makefile.am     2013-09-04 
18:06:46.000000000 +0200
@@ -12,7 +12,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 export Y2DISABLELANGUAGEPLUGINS = 1
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runag_system
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/agent-system/testsuite/Makefile.in 
new/yast2-core-3.0.1/agent-system/testsuite/Makefile.in
--- old/yast2-core-3.0.1/agent-system/testsuite/Makefile.in     2013-08-07 
16:41:44.000000000 +0200
+++ new/yast2-core-3.0.1/agent-system/testsuite/Makefile.in     2013-09-11 
13:44:39.000000000 +0200
@@ -340,7 +340,7 @@
 CLEANFILES = $(wildcard tmp.out.* tmp.err.* tmp.write.* *.sum *.log)
 AM_CXXFLAGS = -DY2LOG=\"agent-system\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runag_system_SOURCES = runag_system.cc
 runag_system_LDADD = ${AGENT_LIBADD}
 runag_system_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/src/Makefile.am 
new/yast2-core-3.0.1/base/src/Makefile.am
--- old/yast2-core-3.0.1/base/src/Makefile.am   2013-01-22 11:10:33.000000000 
+0100
+++ new/yast2-core-3.0.1/base/src/Makefile.am   2013-09-04 18:06:46.000000000 
+0200
@@ -36,7 +36,7 @@
 serversdir = $(execcompdir)/servers
 servers_PROGRAMS = scr
 
-INCLUDES = ${AGENT_INCLUDES}                           \
+AM_CPPFLAGS = ${AGENT_INCLUDES}                                \
        -I$(srcdir)/../../libscr/src/include            \
        -I$(srcdir)/../../scr/src
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/src/Makefile.in 
new/yast2-core-3.0.1/base/src/Makefile.in
--- old/yast2-core-3.0.1/base/src/Makefile.in   2013-08-07 16:41:47.000000000 
+0200
+++ new/yast2-core-3.0.1/base/src/Makefile.in   2013-09-11 13:44:40.000000000 
+0200
@@ -326,7 +326,7 @@
 
 AM_CXXFLAGS = -DY2LOG=\"scr\" -DSUSEVERSION=\"${SUSEVERSION}\"
 serversdir = $(execcompdir)/servers
-INCLUDES = ${AGENT_INCLUDES}                           \
+AM_CPPFLAGS = ${AGENT_INCLUDES}                                \
        -I$(srcdir)/../../libscr/src/include            \
        -I$(srcdir)/../../scr/src
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.am 
new/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.am
--- old/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.am     2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.am     2013-09-04 
18:06:46.000000000 +0200
@@ -2,7 +2,7 @@
 # Makefile.am for tools/ttywrapper
 #
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 ybin_PROGRAMS = tty_wrapper
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.in 
new/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.in
--- old/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.in     2013-08-07 
16:41:48.000000000 +0200
+++ new/yast2-core-3.0.1/base/tools/tty_wrapper/Makefile.in     2013-09-11 
13:44:40.000000000 +0200
@@ -294,7 +294,7 @@
 ydatadir = @ydatadir@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 tty_wrapper_SOURCES = tty_wrapper.cc
 tty_wrapper_CPPFLAGS = $(AM_CPPFLAGS) 
 tty_wrapper_LDADD = -ly2util
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/tools/ycpc/Makefile.am 
new/yast2-core-3.0.1/base/tools/ycpc/Makefile.am
--- old/yast2-core-3.0.1/base/tools/ycpc/Makefile.am    2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/base/tools/ycpc/Makefile.am    2013-09-04 
18:06:46.000000000 +0200
@@ -6,7 +6,7 @@
 
 AM_CXXFLAGS = -DY2LOG=\"libycp\"
 
-INCLUDES = -I$(top_srcdir)/libycp/src/include \
+AM_CPPFLAGS = -I$(top_srcdir)/libycp/src/include \
        -I$(top_srcdir)/liby2/src/include \
        -I$(top_srcdir)/libscr/src/include \
        -I$(top_srcdir)/wfm/src         \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/base/tools/ycpc/Makefile.in 
new/yast2-core-3.0.1/base/tools/ycpc/Makefile.in
--- old/yast2-core-3.0.1/base/tools/ycpc/Makefile.in    2013-08-07 
16:41:48.000000000 +0200
+++ new/yast2-core-3.0.1/base/tools/ycpc/Makefile.in    2013-09-11 
13:44:41.000000000 +0200
@@ -367,7 +367,7 @@
 ystartupdir = @ystartupdir@
 SUBDIRS = doc
 AM_CXXFLAGS = -DY2LOG=\"libycp\"
-INCLUDES = -I$(top_srcdir)/libycp/src/include \
+AM_CPPFLAGS = -I$(top_srcdir)/libycp/src/include \
        -I$(top_srcdir)/liby2/src/include \
        -I$(top_srcdir)/libscr/src/include \
        -I$(top_srcdir)/wfm/src         \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/configure.ac 
new/yast2-core-3.0.1/configure.ac
--- old/yast2-core-3.0.1/configure.ac   2013-08-07 16:41:24.000000000 +0200
+++ new/yast2-core-3.0.1/configure.ac   2013-09-11 13:44:19.000000000 +0200
@@ -1,6 +1,6 @@
 dnl configure.ac for yast2-core
 dnl
-dnl -- This file is generated by y2autoconf 3.0.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.5 - DO NOT EDIT! --
 dnl    (edit configure.ac.in or configure.in.in instead)
 
 AC_INIT(yast2-core, 3.0.1, http://bugs.opensuse.org/, yast2-core)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/debugger/Makefile.am 
new/yast2-core-3.0.1/debugger/Makefile.am
--- old/yast2-core-3.0.1/debugger/Makefile.am   2013-01-22 11:10:33.000000000 
+0100
+++ new/yast2-core-3.0.1/debugger/Makefile.am   2013-09-04 18:06:46.000000000 
+0200
@@ -13,7 +13,7 @@
 
 #liby2debug_la_LIBADD = @AGENT_LIBADD@
 
-INCLUDES =     \
+AM_CPPFLAGS =  \
        -I$(srcdir)/../libycp/src/include \
        -I$(srcdir)/../liby2/src/include \
        -I$(srcdir)/../liby2util-r/src/include \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/debugger/Makefile.in 
new/yast2-core-3.0.1/debugger/Makefile.in
--- old/yast2-core-3.0.1/debugger/Makefile.in   2013-08-07 16:41:48.000000000 
+0200
+++ new/yast2-core-3.0.1/debugger/Makefile.in   2013-09-11 13:44:41.000000000 
+0200
@@ -352,7 +352,7 @@
 
 
 #liby2debug_la_LIBADD = @AGENT_LIBADD@
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(srcdir)/../libycp/src/include \
        -I$(srcdir)/../liby2/src/include \
        -I$(srcdir)/../liby2util-r/src/include \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libscr/src/Makefile.am 
new/yast2-core-3.0.1/libscr/src/Makefile.am
--- old/yast2-core-3.0.1/libscr/src/Makefile.am 2013-01-22 11:10:33.000000000 
+0100
+++ new/yast2-core-3.0.1/libscr/src/Makefile.am 2013-09-04 18:06:46.000000000 
+0200
@@ -11,7 +11,7 @@
 libscr_la_SOURCES =  \
        SCRAgent.cc SCR.cc
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        -I$(srcdir)/../../libycp/src/include            \
        -I$(srcdir)/../../liby2/src/include             \
        -I$(srcdir)/include                             \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libscr/src/Makefile.in 
new/yast2-core-3.0.1/libscr/src/Makefile.in
--- old/yast2-core-3.0.1/libscr/src/Makefile.in 2013-08-07 16:41:48.000000000 
+0200
+++ new/yast2-core-3.0.1/libscr/src/Makefile.in 2013-09-11 13:44:41.000000000 
+0200
@@ -364,7 +364,7 @@
 libscr_la_SOURCES = \
        SCRAgent.cc SCR.cc
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(srcdir)/../../libycp/src/include            \
        -I$(srcdir)/../../liby2/src/include             \
        -I$(srcdir)/include                             \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libscr/testsuite/Makefile.am 
new/yast2-core-3.0.1/libscr/testsuite/Makefile.am
--- old/yast2-core-3.0.1/libscr/testsuite/Makefile.am   2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/libscr/testsuite/Makefile.am   2013-09-04 
18:06:46.000000000 +0200
@@ -4,7 +4,7 @@
 
 AM_CXXFLAGS = -DY2LOG=\"libscr\"
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        -I$(top_srcdir)/libycp/src/include              \
        -I$(top_srcdir)/liby2/src/include               \
        -I$(srcdir)/../src/include                      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libscr/testsuite/Makefile.in 
new/yast2-core-3.0.1/libscr/testsuite/Makefile.in
--- old/yast2-core-3.0.1/libscr/testsuite/Makefile.in   2013-08-07 
16:41:48.000000000 +0200
+++ new/yast2-core-3.0.1/libscr/testsuite/Makefile.in   2013-09-11 
13:44:41.000000000 +0200
@@ -296,7 +296,7 @@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
 AM_CXXFLAGS = -DY2LOG=\"libscr\"
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir)/libycp/src/include              \
        -I$(top_srcdir)/liby2/src/include               \
        -I$(srcdir)/../src/include                      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2/src/Makefile.am 
new/yast2-core-3.0.1/liby2/src/Makefile.am
--- old/yast2-core-3.0.1/liby2/src/Makefile.am  2013-06-18 13:45:51.000000000 
+0200
+++ new/yast2-core-3.0.1/liby2/src/Makefile.am  2013-09-04 18:06:46.000000000 
+0200
@@ -30,7 +30,7 @@
        Y2SerialComponent.cc Y2CCSerial.cc
 libpy2serial_la_LDFLAGS = -version-info 2:0
 
-INCLUDES =                                             \
+AM_CPPFLAGS =                                          \
        -I$(srcdir)/../../libycp/src/include            \
        -I$(srcdir)/include                             \
        -I$(srcdir)/include/y2                          \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2/src/Makefile.in 
new/yast2-core-3.0.1/liby2/src/Makefile.in
--- old/yast2-core-3.0.1/liby2/src/Makefile.in  2013-08-07 16:41:49.000000000 
+0200
+++ new/yast2-core-3.0.1/liby2/src/Makefile.in  2013-09-11 13:44:41.000000000 
+0200
@@ -395,7 +395,7 @@
        Y2SerialComponent.cc Y2CCSerial.cc
 
 libpy2serial_la_LDFLAGS = -version-info 2:0
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(srcdir)/../../libycp/src/include            \
        -I$(srcdir)/include                             \
        -I$(srcdir)/include/y2                          \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2util-r/src/Makefile.am 
new/yast2-core-3.0.1/liby2util-r/src/Makefile.am
--- old/yast2-core-3.0.1/liby2util-r/src/Makefile.am    2013-01-22 
11:10:33.000000000 +0100
+++ new/yast2-core-3.0.1/liby2util-r/src/Makefile.am    2013-09-04 
18:06:46.000000000 +0200
@@ -4,11 +4,9 @@
 
 SUBDIRS = include
 
-INCLUDES = -I$(srcdir)/include #-I$(oldincludedir)/libxml2 
-
 AM_LDFLAGS = -L$(libdir)
 
-AM_CPPFLAGS = -DY2LOG=\"liby2util\" $(DEBUG_FLAGS) -D_GNU_SOURCE 
-DLOCALEDIR=\"${localedir}\"
+AM_CPPFLAGS = -I$(srcdir)/include -DY2LOG=\"liby2util\" $(DEBUG_FLAGS) 
-D_GNU_SOURCE -DLOCALEDIR=\"${localedir}\"
 
 lib_LTLIBRARIES = liby2util.la
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2util-r/src/Makefile.in 
new/yast2-core-3.0.1/liby2util-r/src/Makefile.in
--- old/yast2-core-3.0.1/liby2util-r/src/Makefile.in    2013-08-07 
16:41:49.000000000 +0200
+++ new/yast2-core-3.0.1/liby2util-r/src/Makefile.in    2013-09-11 
13:44:41.000000000 +0200
@@ -361,9 +361,8 @@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
 SUBDIRS = include
-INCLUDES = -I$(srcdir)/include #-I$(oldincludedir)/libxml2 
 AM_LDFLAGS = -L$(libdir)
-AM_CPPFLAGS = -DY2LOG=\"liby2util\" $(DEBUG_FLAGS) -D_GNU_SOURCE 
-DLOCALEDIR=\"${localedir}\"
+AM_CPPFLAGS = -I$(srcdir)/include -DY2LOG=\"liby2util\" $(DEBUG_FLAGS) 
-D_GNU_SOURCE -DLOCALEDIR=\"${localedir}\"
 lib_LTLIBRARIES = liby2util.la
 liby2util_la_SOURCES = \
        ExternalDataSource.cc \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.am 
new/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.am
--- old/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.am      2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.am      2013-09-04 
18:06:46.000000000 +0200
@@ -6,9 +6,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 export Y2DISABLELANGUAGEPLUGINS = 1
 
-INCLUDES= -I$(srcdir)/../src/include
-
-AM_CPPFLAGS = -DY2LOG=\"liby2util-testsuite\"
+AM_CPPFLAGS = -I$(srcdir)/../src/include -DY2LOG=\"liby2util-testsuite\"
 
 AM_LDFLAGS = \
        -Xlinker --whole-archive        \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.in 
new/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.in
--- old/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.in      2013-08-07 
16:41:49.000000000 +0200
+++ new/yast2-core-3.0.1/liby2util-r/testsuite/Makefile.in      2013-09-11 
13:44:42.000000000 +0200
@@ -360,8 +360,7 @@
 #
 SUBDIRS = lib config liby2util.test tests
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = -I$(srcdir)/../src/include
-AM_CPPFLAGS = -DY2LOG=\"liby2util-testsuite\"
+AM_CPPFLAGS = -I$(srcdir)/../src/include -DY2LOG=\"liby2util-testsuite\"
 AM_LDFLAGS = \
        -Xlinker --whole-archive        \
        $(srcdir)/../src/liby2util.la   \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libycp/src/Makefile.am 
new/yast2-core-3.0.1/libycp/src/Makefile.am
--- old/yast2-core-3.0.1/libycp/src/Makefile.am 2013-07-15 08:20:53.000000000 
+0200
+++ new/yast2-core-3.0.1/libycp/src/Makefile.am 2013-09-04 18:06:46.000000000 
+0200
@@ -60,7 +60,7 @@
 
 AM_YFLAGS = -d -v
 
-INCLUDES = -I$(srcdir)/include -I$(srcdir)/include/ycp 
-I$(top_srcdir)/liby2/src/include ${Y2UTIL_CFLAGS} \
+AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/include/ycp 
-I$(top_srcdir)/liby2/src/include ${Y2UTIL_CFLAGS} \
        -I$(top_srcdir)/debugger
 
 # CURRENT:REVISION:AGE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libycp/src/Makefile.in 
new/yast2-core-3.0.1/libycp/src/Makefile.in
--- old/yast2-core-3.0.1/libycp/src/Makefile.in 2013-08-07 16:41:51.000000000 
+0200
+++ new/yast2-core-3.0.1/libycp/src/Makefile.in 2013-09-11 13:44:42.000000000 
+0200
@@ -464,7 +464,7 @@
 
 BUILT_SOURCES = parser.hh
 AM_YFLAGS = -d -v
-INCLUDES = -I$(srcdir)/include -I$(srcdir)/include/ycp 
-I$(top_srcdir)/liby2/src/include ${Y2UTIL_CFLAGS} \
+AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/include/ycp 
-I$(top_srcdir)/liby2/src/include ${Y2UTIL_CFLAGS} \
        -I$(top_srcdir)/debugger
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libycp/testsuite/Makefile.am 
new/yast2-core-3.0.1/libycp/testsuite/Makefile.am
--- old/yast2-core-3.0.1/libycp/testsuite/Makefile.am   2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/libycp/testsuite/Makefile.am   2013-09-04 
18:06:46.000000000 +0200
@@ -6,7 +6,7 @@
 
 AM_CXXFLAGS = -DY2LOG=\"libycp\"
 
-INCLUDES = -I$(srcdir)/../src/include -I$(top_srcdir)/liby2/src/include 
${Y2UTIL_CFLAGS}
+AM_CPPFLAGS = -I$(srcdir)/../src/include -I$(top_srcdir)/liby2/src/include 
${Y2UTIL_CFLAGS}
 
 bindir = $(prefix)/bin
 libdir = ../src/.libs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/libycp/testsuite/Makefile.in 
new/yast2-core-3.0.1/libycp/testsuite/Makefile.in
--- old/yast2-core-3.0.1/libycp/testsuite/Makefile.in   2013-08-07 
16:41:51.000000000 +0200
+++ new/yast2-core-3.0.1/libycp/testsuite/Makefile.in   2013-09-11 
13:44:42.000000000 +0200
@@ -348,7 +348,7 @@
 ystartupdir = @ystartupdir@
 SUBDIRS = config lib libycp.test tests
 AM_CXXFLAGS = -DY2LOG=\"libycp\"
-INCLUDES = -I$(srcdir)/../src/include -I$(top_srcdir)/liby2/src/include 
${Y2UTIL_CFLAGS}
+AM_CPPFLAGS = -I$(srcdir)/../src/include -I$(top_srcdir)/liby2/src/include 
${Y2UTIL_CFLAGS}
 runc_SOURCES = runc.cc
 runc_LDADD = ../src/libycp.la ../src/libycpvalues.la ../../liby2/src/liby2.la 
../../debugger/liby2debug.la ${Y2UTIL_LIBS}
 runycp_SOURCES = runycp.cc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/scr/src/Makefile.am 
new/yast2-core-3.0.1/scr/src/Makefile.am
--- old/yast2-core-3.0.1/scr/src/Makefile.am    2013-01-22 11:10:33.000000000 
+0100
+++ new/yast2-core-3.0.1/scr/src/Makefile.am    2013-09-04 18:06:46.000000000 
+0200
@@ -18,7 +18,7 @@
 
 libpy2scr_la_LIBADD = $(top_builddir)/libscr/src/libscr.la
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 pkgincludedir = $(includedir)/scr
 # these go to $(pkgincludedir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/scr/src/Makefile.in 
new/yast2-core-3.0.1/scr/src/Makefile.in
--- old/yast2-core-3.0.1/scr/src/Makefile.in    2013-08-07 16:41:52.000000000 
+0200
+++ new/yast2-core-3.0.1/scr/src/Makefile.in    2013-09-11 13:44:43.000000000 
+0200
@@ -351,7 +351,7 @@
 
 libpy2scr_la_LDFLAGS = -version-info 2:0
 libpy2scr_la_LIBADD = $(top_builddir)/libscr/src/libscr.la
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 # these go to $(pkgincludedir)
 pkginclude_HEADERS = \
        ScriptingAgent.h        \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/scr/testsuite/Makefile.am 
new/yast2-core-3.0.1/scr/testsuite/Makefile.am
--- old/yast2-core-3.0.1/scr/testsuite/Makefile.am      2013-07-14 
22:15:54.000000000 +0200
+++ new/yast2-core-3.0.1/scr/testsuite/Makefile.am      2013-09-04 
18:06:46.000000000 +0200
@@ -11,7 +11,7 @@
 export Y2DISABLELANGUAGEPLUGINS = 1
 export top_srcdir
 
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 
 noinst_PROGRAMS = runscr
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/scr/testsuite/Makefile.in 
new/yast2-core-3.0.1/scr/testsuite/Makefile.in
--- old/yast2-core-3.0.1/scr/testsuite/Makefile.in      2013-08-07 
16:41:52.000000000 +0200
+++ new/yast2-core-3.0.1/scr/testsuite/Makefile.in      2013-09-11 
13:44:43.000000000 +0200
@@ -339,7 +339,7 @@
 SUBDIRS = config lib scr.test tests
 AM_CXXFLAGS = -DY2LOG=\"scr\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = ${AGENT_INCLUDES}
+AM_CPPFLAGS = ${AGENT_INCLUDES}
 runscr_SOURCES = runscr.cc
 runscr_LDADD = ${AGENT_LIBADD}
 runscr_LDFLAGS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/wfm/src/Makefile.am 
new/yast2-core-3.0.1/wfm/src/Makefile.am
--- old/yast2-core-3.0.1/wfm/src/Makefile.am    2013-01-22 11:10:33.000000000 
+0100
+++ new/yast2-core-3.0.1/wfm/src/Makefile.am    2013-09-04 18:06:46.000000000 
+0200
@@ -29,7 +29,7 @@
        ../../liby2/src/liby2.la                \
        ${Y2UTIL_LIBS}
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/wfm/src/Makefile.in 
new/yast2-core-3.0.1/wfm/src/Makefile.in
--- old/yast2-core-3.0.1/wfm/src/Makefile.in    2013-08-07 16:41:52.000000000 
+0200
+++ new/yast2-core-3.0.1/wfm/src/Makefile.in    2013-09-11 13:44:43.000000000 
+0200
@@ -370,7 +370,7 @@
        ../../liby2/src/liby2.la                \
        ${Y2UTIL_LIBS}
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/wfm/testsuite/Makefile.am 
new/yast2-core-3.0.1/wfm/testsuite/Makefile.am
--- old/yast2-core-3.0.1/wfm/testsuite/Makefile.am      2013-07-11 
17:25:51.000000000 +0200
+++ new/yast2-core-3.0.1/wfm/testsuite/Makefile.am      2013-09-04 
18:06:46.000000000 +0200
@@ -10,7 +10,7 @@
 AUTOMAKE_OPTIONS = dejagnu
 export Y2DISABLELANGUAGEPLUGINS = 1
 
-INCLUDES =                                     \
+AM_CPPFLAGS =                                  \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.0.1/wfm/testsuite/Makefile.in 
new/yast2-core-3.0.1/wfm/testsuite/Makefile.in
--- old/yast2-core-3.0.1/wfm/testsuite/Makefile.in      2013-08-07 
16:41:52.000000000 +0200
+++ new/yast2-core-3.0.1/wfm/testsuite/Makefile.in      2013-09-11 
13:44:43.000000000 +0200
@@ -354,7 +354,7 @@
 SUBDIRS = config lib wfm.test tests
 AM_CXXFLAGS = -DY2LOG=\"wfm\"
 AUTOMAKE_OPTIONS = dejagnu
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir)/libycp/src/include      \
        -I$(top_srcdir)/liby2/src/include       \
        -I$(top_srcdir)/libscr/src/include      \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to