bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [bug #50223] wget 1.19 will not build on MacOS 10.12.3


From: Tim Ruehsen
Subject: [Bug-wget] [bug #50223] wget 1.19 will not build on MacOS 10.12.3
Date: Sun, 5 Feb 2017 18:41:56 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #14, bug #50223 (project wget):

$ ls -la m4/libunistring*.m4
-rw-r--r-- 1 tim tim 6320 Feb  4 15:22 m4/libunistring-base.m4
-rw-r--r-- 1 tim tim 6348 Feb  4 15:22 m4/libunistring.m4
-rw-r--r-- 1 tim tim  961 Feb  4 15:22 m4/libunistring-optional.m4

What you could do to debug the emptiness of (LT)LIBUNISTRING:
Edit m4/libunistring.m4, put some 'echo' lines printing $LIBUNISTRING. The
*.m4 files are translated into shell code (the ./configure script). You will
see your echoes in the output of ./configure. That is what I would do (and did
a few times when developing m4 macros).

There are not so many places where (LT)LIBUNISTRING is set:
```
m4/libunistring.m4:          HAVE_LIBUNISTRING=no
m4/libunistring.m4:        LIBUNISTRING=
m4/libunistring.m4:        LTLIBUNISTRING=
m4/libunistring.m4:          LIBUNISTRING=
m4/libunistring.m4:          LTLIBUNISTRING=
m4/libunistring.m4:        LIBUNISTRING="$LIBUNISTRING $LIBICONV"
m4/libunistring.m4:        LTLIBUNISTRING="$LTLIBUNISTRING $LTLIBICONV"
```

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50223>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]