]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid uninitialized use of $U.
authorEric Blake <ebb9@byu.net>
Tue, 9 Feb 2010 13:22:59 +0000 (06:22 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 10 Feb 2010 13:47:28 +0000 (06:47 -0700)
commit64deec9dfbddd94b31beab9dd5894536e73bc884
treece295da26d8339fc65bfdb7812738d68c60bdd2c
parenta2889ee464562b0b91c1bd6dd00d846ce4b022a0
Avoid uninitialized use of $U.

Automake sets up $U in AM_C_PROTOTYPES, but we can't assume that
automake is always in use.

* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Ensure $U is
set if automake did not define it.
* THANKS: Update.
Reported by Heiko Schlichting, via Julien Élie.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
THANKS
lib/autoconf/general.m4