summaryrefslogtreecommitdiff
path: root/expat/.gitignore
diff options
context:
space:
mode:
authorGreg Stein <gstein@users.sourceforge.net>2001-03-10 15:41:50 +0000
committerGreg Stein <gstein@users.sourceforge.net>2001-03-10 15:41:50 +0000
commit42325662910f23b2fa88baf1355f37c2d21b5ee6 (patch)
tree74826728306780854864699b5ef2d18ff3e83fb8 /expat/.gitignore
parentdd899178d037b19b63433e070c0adc5f10972502 (diff)
downloadlibexpat-git-42325662910f23b2fa88baf1355f37c2d21b5ee6.tar.gz
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).
Diffstat (limited to 'expat/.gitignore')
-rwxr-xr-xexpat/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/expat/.gitignore b/expat/.gitignore
index 7d88a99d..a36dd6c4 100755
--- a/expat/.gitignore
+++ b/expat/.gitignore
@@ -1,11 +1,12 @@
Makefile
+aclocal.m4
configure
config.cache
config.log
config.status
+config.h.in
config.h
expat-[0-9]*.[0-9]*
expat*.tar.gz
libtool
*~
-