summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/utils
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 18:56:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 18:56:16 +0000
commitc6e15be439a293e411a5ff571c48e0ca15dfaad5 (patch)
tree8c23f2451f956fa930dcae2b8292495f5a9b7a94 /misc/tools/kconfig-frontends/utils
parenta45f710f8fdb5b9cf11fbdcb2a74cb5007ea79fd (diff)
downloadnuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.tar.gz
nuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.tar.bz2
nuttx-c6e15be439a293e411a5ff571c48e0ca15dfaad5.zip
Update kconfig-frontends to 3.8.0.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5749 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/kconfig-frontends/utils')
-rw-r--r--misc/tools/kconfig-frontends/utils/Makefile.in8
-rw-r--r--misc/tools/kconfig-frontends/utils/tweak.in1
2 files changed, 6 insertions, 3 deletions
diff --git a/misc/tools/kconfig-frontends/utils/Makefile.in b/misc/tools/kconfig-frontends/utils/Makefile.in
index 0ee4a2a89..e0e0ec8bb 100644
--- a/misc/tools/kconfig-frontends/utils/Makefile.in
+++ b/misc/tools/kconfig-frontends/utils/Makefile.in
@@ -40,7 +40,12 @@ subdir = utils
DIST_COMMON = $(dist_bin_SCRIPTS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/scripts/.autostuff/m4/libtool.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltoptions.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltsugar.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/ltversion.m4 \
+ $(top_srcdir)/scripts/.autostuff/m4/lt~obsolete.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -117,7 +122,6 @@ ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AM_LFLAGS = @AM_LFLAGS@
diff --git a/misc/tools/kconfig-frontends/utils/tweak.in b/misc/tools/kconfig-frontends/utils/tweak.in
index 743dc54ca..7734522cc 100644
--- a/misc/tools/kconfig-frontends/utils/tweak.in
+++ b/misc/tools/kconfig-frontends/utils/tweak.in
@@ -101,7 +101,6 @@ while [ "$1" != "" ] ; do
case "$CMD" in
--keep-case|-k)
MUNGE_CASE=no
- shift
continue
;;
--refresh)