Commit Graph

9 Commits

Author SHA1 Message Date
Maarten Bent
b99766ce61 Rerun buildconf.sh 2018-11-17 12:50:44 +01:00
Vadim Zeitlin
7972ac101c -----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQQ9fpWdifrP7jg3GSGwC8ZqQBoWAAUCWfoO4QAKCRCwC8ZqQBoW
 ANpHAKC7Rf7odEwkRM1OioxGPU4ujkFBHgCfQTYQlYMxg+YQrAeXy8uaT7GYV4M=
 =RAqG
 -----END PGP SIGNATURE-----

Merge tag 'R_2_2_5' into wx

Upgrade wxWidgets branch to the latest 2.2.5 release.

In addition to the merge, rerun buildconf.sh to regenerate all autotools
files for the latest release.

Also add a hack to integrate the new loadlibrary.c file into the library
without conditionally adding it to our makefiles only under MSW, which
would have been more complicated.
2017-11-11 15:08:21 +01:00
Vadim Zeitlin
8a5b8bb641 Add generated files used in wxWidgets Expat build
The upstream repository (correctly) doesn't store generated files, but
wxWidgets traditionally does store them in the repository to allow
running "./configure && make" directly after checking it out, so add
them to avoid breaking things during the submodule transition.
2017-11-11 12:19:44 +01:00
Karl Waclawek
06f392cb07 Changes to the build files:
- replaced the contents of buildconf.sh with instructions to run "autoreconf -fvi")
- some build files were removed, like config.guess, config.sub and install-sh,
  as autoreconf will re-create them.
- clean-up modified to remove files that autoreconf re-created
2012-03-03 18:35:54 +00:00
Karl Waclawek
6daf07c969 As per issue #1983953: updates to the most recent versions available
at the repository http://git.savannah.gnu.org.
2009-01-18 22:58:32 +00:00
Karl Waclawek
cf917aae90 Updated to recognize more platforms. See bug # 1554618 2006-09-22 14:42:54 +00:00
Greg Stein
72ced69405 Work on fixing bug #462960
* add Apache's version of config.guess and config.sub, which are both
  recent, and have some helpful mods

* buildconf.sh: tweak call to libtoolize to avoid overwriting the above

* conftools/.cvsignore: the new files are supposed to be there

* Makefile.in: tweak to use $(prefix) for the manual page so that it
  picks up install-time prefix changes. tossed an old comment. tweak
  the 'extraclean' rule to avoid tossing the added config.* files.
2002-06-01 22:29:30 +00:00
Greg Stein
4232566291 Revamp config/build to keep generated files out of CVS (some libtool files
were out of date, and we've previously seen expat.h out of sync).

*) Use new script "buildconf.sh" to create the set of generated files
   (aclocal.m4, config.h.in, configure). This is intended to be used by
   developers (rerun when configure.in changes) and just before a release
   (releases include these outputs).

   Developers now need the "autoconf" and "libtool" packages.

*) config.h.in is now built by autoheader and includes bits from acconfig.h
   rather than manual construction/maintenance. (renamed from config.hin)

*) added conftools/PrintPath from the ASF; it is a portable "which"

*) added "extraclean" target to top-level Makefile to get rid of all
   generated files (return to pure CVS state; before buildconf.sh)

*) updates various bits for config.hin -> config.h.in rename

*) no longer need to delete the ".deps" subdir since we don't create it
   anymore (dependencies are explicit rather than auto-generated).
2001-03-10 15:41:50 +00:00
Clark Cooper
c135be083d These are the first check-ins for the libexpat task: create configuration
files and setup for building a shareable libexpat.
2000-09-18 16:26:23 +00:00