public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* configure: WARNING: no configuration information is in iconvdata
       [not found] <29053602-0fbf-a793-5513-1a249d30e041.ref@yahoo.de>
@ 2022-02-01  7:31 ` R. Diez
  2022-02-01 23:13   ` Mike Frysinger
  2022-02-01 23:15   ` [PATCH/committed] newlib: delete unused iconvdata subdir config Mike Frysinger
  0 siblings, 2 replies; 3+ messages in thread
From: R. Diez @ 2022-02-01  7:31 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: Newlib

Hallo Mike:

Now that you are improving the Newlib build system, you may want to check out why this warning is generated:

$ ( cd newlib && ./configure --help=recursive >/dev/null )
configure: WARNING: no configuration information is in iconvdata

Regards,
   rdiez

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: configure: WARNING: no configuration information is in iconvdata
  2022-02-01  7:31 ` configure: WARNING: no configuration information is in iconvdata R. Diez
@ 2022-02-01 23:13   ` Mike Frysinger
  2022-02-01 23:15   ` [PATCH/committed] newlib: delete unused iconvdata subdir config Mike Frysinger
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2022-02-01 23:13 UTC (permalink / raw)
  To: R. Diez; +Cc: Newlib

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

On 01 Feb 2022 08:31, R. Diez wrote:
> Now that you are improving the Newlib build system, you may want to check out why this warning is generated:
> 
> $ ( cd newlib && ./configure --help=recursive >/dev/null )
> configure: WARNING: no configuration information is in iconvdata

i missed deleting a line in the configure script.  it's completely
harmless now, but should get cleaned up.  i'll push a fix shortly.
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH/committed] newlib: delete unused iconvdata subdir config
  2022-02-01  7:31 ` configure: WARNING: no configuration information is in iconvdata R. Diez
  2022-02-01 23:13   ` Mike Frysinger
@ 2022-02-01 23:15   ` Mike Frysinger
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2022-02-01 23:15 UTC (permalink / raw)
  To: newlib

Since commit dcbff9eea71d06454e7d55d6b7e72672c0987d6d ("newlib: merge
iconvdata into top-level Makefile"), there is no configure script in
the iconvdata/ subdir, so this call will just issue a warning and not
do anything useful.  Punt it.
---
 newlib/configure    | 9 +++------
 newlib/configure.ac | 1 -
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/newlib/configure b/newlib/configure
index 974f4086c100..65b93630315e 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -871,8 +871,7 @@ LIBS
 CPPFLAGS
 CPP'
 ac_subdirs_all='libc
-libm
-iconvdata'
+libm'
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -12009,7 +12008,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12012 "configure"
+#line 12011 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12115,7 +12114,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12118 "configure"
+#line 12117 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12427,8 +12426,6 @@ fi
 HAVE_ICONVDATA=false
 case $host in
   i[34567]86-pc-linux-*)
-  	subdirs="$subdirs iconvdata"
-
 	HAVE_ICONVDATA=true
 	;;
 esac
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 5c38fc5b5a7b..c164e5a6494f 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -350,7 +350,6 @@ AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
 HAVE_ICONVDATA=false
 case $host in
   i[[34567]]86-pc-linux-*)
-  	AC_CONFIG_SUBDIRS(iconvdata)
 	HAVE_ICONVDATA=true
 	;;
 esac
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-01 23:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <29053602-0fbf-a793-5513-1a249d30e041.ref@yahoo.de>
2022-02-01  7:31 ` configure: WARNING: no configuration information is in iconvdata R. Diez
2022-02-01 23:13   ` Mike Frysinger
2022-02-01 23:15   ` [PATCH/committed] newlib: delete unused iconvdata subdir config Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).