From c358412dbf0c779910057d4547f673e85b7b12dd Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Wed, 15 May 2013 11:25:41 +0200 Subject: Test with master Signed-off-by: Christian Eppler --- kconfig-frontends/scripts/.autostuff/config.h | 10 +++--- kconfig-frontends/scripts/Makefile | 52 +++++++++++++-------------- 2 files changed, 31 insertions(+), 31 deletions(-) (limited to 'kconfig-frontends/scripts') diff --git a/kconfig-frontends/scripts/.autostuff/config.h b/kconfig-frontends/scripts/.autostuff/config.h index 732f760..9489e85 100644 --- a/kconfig-frontends/scripts/.autostuff/config.h +++ b/kconfig-frontends/scripts/.autostuff/config.h @@ -17,13 +17,13 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_NCURSESW_CURSES_H 1 +/* #undef HAVE_NCURSESW_CURSES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_CURSES_H */ /* Define to 1 if you have the header file. */ -/* #undef HAVE_NCURSES_H */ +#define HAVE_NCURSES_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_NCURSES_H */ @@ -66,7 +66,7 @@ #define PACKAGE_NAME "kconfig-frontends" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "kconfig-frontends 3.9.0.0" +#define PACKAGE_STRING "kconfig-frontends " /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "kconfig-frontends" @@ -75,13 +75,13 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.9.0.0" +#define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "3.9.0.0" +#define VERSION "" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ diff --git a/kconfig-frontends/scripts/Makefile b/kconfig-frontends/scripts/Makefile index f49fffd..b0ccec6 100644 --- a/kconfig-frontends/scripts/Makefile +++ b/kconfig-frontends/scripts/Makefile @@ -79,15 +79,15 @@ am__can_run_installinfo = \ *) (install-info --version) >/dev/null 2>&1;; \ esac DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run aclocal-1.11 +ACLOCAL = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run aclocal-1.11 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 AM_LFLAGS = -L -P zconf AM_YFLAGS = -t -l -p zconf AR = ar -AUTOCONF = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoconf -AUTOHEADER = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoheader -AUTOMAKE = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run automake-1.11 +AUTOCONF = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoconf +AUTOHEADER = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoheader +AUTOMAKE = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run automake-1.11 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -117,7 +117,7 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s -KCONFIGPARSER_LIB_VERSION = 3.9.0 +KCONFIGPARSER_LIB_VERSION = LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = LEX = flex @@ -129,10 +129,10 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run makeinfo +MAKEINFO = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run makeinfo MANIFEST_TOOL = : MKDIR_P = /bin/mkdir -p -MOC = +MOC = /usr/bin/moc-qt4 NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -142,10 +142,10 @@ OTOOL64 = PACKAGE = kconfig-frontends PACKAGE_BUGREPORT = yann.morin.1998@free.fr PACKAGE_NAME = kconfig-frontends -PACKAGE_STRING = kconfig-frontends 3.9.0.0 +PACKAGE_STRING = kconfig-frontends PACKAGE_TARNAME = kconfig-frontends PACKAGE_URL = -PACKAGE_VERSION = 3.9.0.0 +PACKAGE_VERSION = PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = @@ -153,16 +153,16 @@ PKG_CONFIG_PATH = RANLIB = ranlib SED = /bin/sed SET_MAKE = -SHELL = /bin/sh +SHELL = /bin/bash SILENT_MAKEFLAGS = --no-print-directory -s STRIP = strip -VERSION = 3.9.0.0 +VERSION = YACC = bison -y YFLAGS = -abs_builddir = /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts -abs_srcdir = /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts -abs_top_builddir = /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends -abs_top_srcdir = /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends +abs_builddir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts +abs_srcdir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts +abs_top_builddir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends +abs_top_srcdir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ @@ -188,15 +188,15 @@ dvidir = ${docdir} enable_L10n = yes enable_conf = yes enable_frontends = -enable_gconf = yes +enable_gconf = no enable_mconf = yes enable_nconf = yes -enable_qconf = no +enable_qconf = yes enable_utils = yes exec_prefix = ${prefix} gconf_EXTRA_LIBS = -gtk_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -gtk_LIBS = -Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 +gtk_CFLAGS = +gtk_LIBS = host = x86_64-unknown-linux-gnu host_alias = host_cpu = x86_64 @@ -205,7 +205,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/epplerc/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/install-sh +install_sh = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/install-sh intl_CPPFLAGS = intl_LIBS = kf_CFLAGS = -Wall @@ -217,18 +217,18 @@ mandir = ${datarootdir}/man mconf_EXTRA_LIBS = mkdir_p = /bin/mkdir -p nconf_EXTRA_LIBS = -ncurses_LIBS = -lncursesw -ncurses_mconf_CPPFLAGS = -DCURSES_LOC=\"ncursesw/curses.h\" -DNCURSES_WIDECHAR=1 -ncurses_nconf_CPPFLAGS = -I/usr/include/ncursesw -ncurses_panel_menu_LIBS = -lmenuw -lpanelw +ncurses_LIBS = -lncurses +ncurses_mconf_CPPFLAGS = -DCURSES_LOC=\"ncurses.h\" +ncurses_nconf_CPPFLAGS = +ncurses_panel_menu_LIBS = -lmenu -lpanel oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s&^&kconfig-& psdir = ${docdir} qconf_EXTRA_LIBS = -qt4_CFLAGS = -qt4_LIBS = +qt4_CFLAGS = -DQT_SHARED -DQT3_SUPPORT -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql +qt4_LIBS = -lQt3Support -lQtGui -lQtNetwork -lQtSql -lQtCore root_menu = Configuration sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com -- cgit v1.2.3