summaryrefslogtreecommitdiff
path: root/conftools
Commit message (Collapse)AuthorAgeFilesLines
* Changes to the build files:kwaclaw2012-03-033-3482/+0
| | | | | | | - 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
* As per issue #1983953: updates to the most recent versions availablekwaclaw2009-01-182-43/+158
| | | | at the repository http://git.savannah.gnu.org.
* Applied patch originating from Debian ↵kwaclaw2009-01-181-1/+1
| | | | (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0).
* Updated to recognize more platforms. See bug # 1554618kwaclaw2006-09-222-516/+781
|
* Some typos corrected.kwaclaw2006-04-071-2/+2
|
* Work on fixing bug #462960gstein2002-06-013-2/+2851
| | | | | | | | | | | | | * 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.
* Add some cygwin fixes.gstein2002-05-181-0/+46
| | | | | | | | | | | | | | | | | | | | | | * Makefile.in: - from cygwin: add -no-undefined to the library link line * conftools/get-version.sh: (new file) - script to extract the version number from expat.h * configure.in: (some from the cygwin patch) - update the prereq to 2.52 instead of just 2.50 - update the AC_INIT line to 2.52 standards: include the package name, version (with a lot of gunk to get this), and where to send bugs) - update the output file generation to 2.52 standards * make-release.sh: - update to use the new get-version.sh script * lib/expat.h: - from cygwin: add a little define for CYGWIN
* autoconf probe macro to determine how to use Expat.fdrake2001-11-091-0/+43
| | | | Anonymous contribution: SF patch #438892.
* Added a "-c" option to the $CC command line to make this macro work asfdrake2001-10-011-2/+2
| | | | expected on more platforms (IBM's xlC compiler in particular).
* Hush up, cvs...gstein2001-08-231-0/+1
|
* * stop using aclocal.m4 and directly sinclude() the .m4 files into thegstein2001-08-231-190/+0
| | | | | | | | | | | | | | | | configure script. don't "clean" it and remove it from .cvsignore. Note: to avoid problems in developer dirs, we nuke the file in buildconf.sh for now; we'll stop doing that at some future time. [idea from ASF] * look for glibtoolize, in addition to libtoolize (e.g. the MacOS X platform names it differently). [patch from ASF] * conftools/missing is not needed * use "exit 0" in buildconf.sh to help calling scripts. [patch from ASF] * minor output cleanup in "make clean"
* Adding cross-compile safe BIGENDIAN test for autoconf. Original source:fdrake2001-07-241-0/+81
| | | | | | http://cryp.to/autoconf-archive/Cross_Compilation/ac_c_bigendian_cross.html This is part of SF patch #431342.
* Revamp config/build to keep generated files out of CVS (some libtool filesgstein2001-03-106-9590/+120
| | | | | | | | | | | | | | | | | | | | | | | | 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).
* Switch to using MANIFEST to build distribution.coopercc2000-09-281-10/+11
| | | | Also fix xmlwf to use current entity declaration signature.
* These are the first check-ins for the libexpat task: create configurationlibexpat-alpha-1coopercc2000-09-187-0/+10070
files and setup for building a shareable libexpat.