wxWidgets/build/aclocal
Vadim Zeitlin 004b5a4f49 Don't use "u" option with ar(1).
It seems like it was never really needed as we always delete the archive
before creating it anyhow and there is no advantage in "updating" it if it
doesn't exist. Worse, with recent ar versions (like the one from binutils 2.25
in Debian Sid), using "u" results in a somewhat unclear warning

ar: `u' modifier ignored since `D' is the default (see `U')

so just get rid of it to avoid the warning.
2015-08-03 17:40:30 +02:00
..
ac_raf_func_which_getservbyname_r.m4 No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
atomic_builtins.m4 Work around g++ atomic builtins detection in configure when -Os is used. 2013-10-04 23:48:22 +00:00
ax_cflags_gcc_option.m4 use -Woverloaded-virtual if g++ supports it 2008-11-12 15:58:56 +00:00
ax_func_which_gethostbyname_r.m4 Use AC_LANG_SOURCE and add missing quoting to configure. 2011-10-26 23:20:10 +00:00
ax_gcc_option.m4 don't use __thread keyword with g++ < 4 as it results in mysterious problems at link time related to thread-local static wxString::ms_cache 2008-11-23 01:53:24 +00:00
ax_gxx_version.m4 don't use __thread keyword with g++ < 4 as it results in mysterious problems at link time related to thread-local static wxString::ms_cache 2008-11-23 01:53:24 +00:00
bakefile-lang.m4 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bakefile.m4 Don't use "u" option with ar(1). 2015-08-03 17:40:30 +02:00
cppunit.m4 Display 'no' when the test fails and correct quoting. 2006-08-16 19:21:16 +00:00
gst-element-check.m4 added all .m4 files used by our configure; run aclocal with -I build/aclocal argument now 2005-09-18 13:24:14 +00:00
gtk-2.0.m4 Fixed miss-spelling in output messages (enviroment -> environment, 2012-02-18 19:31:59 +00:00
gtk-3.0.m4 Fix spelling of occur* in random files. 2015-02-21 20:01:23 +02:00
gtk.m4 Fixed miss-spelling in output messages (enviroment -> environment, 2012-02-18 19:31:59 +00:00
pkg.m4 Bring through upstream version tagged PKGCONF_0_20. 2006-08-16 19:51:18 +00:00
sdl.m4 Fixed miss-spelling in output messages (enviroment -> environment, 2012-02-18 19:31:59 +00:00
visibility.m4 Re-enable symbols visibility support for the Clang compiler 2015-05-31 03:08:17 +04:00