diff options
author | Tom Tromey <tromey@cygnus.com> | 1998-03-04 08:13:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@src.gnome.org> | 1998-03-04 08:13:48 +0000 |
commit | 0b894b71ff07b25a2de028fe0dda3cb2d806ba9e (patch) | |
tree | 5a8af94688f0f6cbeb41a81abad1ba3d8837d6f0 /support/README-gnome | |
parent | 5393876d11a2304487910e5bc0d4a39cde6f870f (diff) | |
download | shared-mime-info-0b894b71ff07b25a2de028fe0dda3cb2d806ba9e.tar.gz |
Include gnome-argp.h. Include gnome-argp.h.
Wed Mar 4 00:58:27 1998 Tom Tromey <tromey@cygnus.com>
* argp-parse.c: Include gnome-argp.h.
* argp-help.c: Include gnome-argp.h.
* README-gnome, gnome-argp.h: New files.
* argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h,
argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c,
argp-pv.c, argp-pvh.c, argp-test.c, argp-xinl.c, argp.h,
strndup.c: New files, imported from glibc. Please use "cvs
import" if you import new versions.
* Makefile.am (noinst_HEADERS): Added argp-fmtstream.h,
argp-namefrob.h, argp.h, gnome-argp.h.
(EXTRA_DIST): New macro.
svn path=/trunk/; revision=104
Diffstat (limited to 'support/README-gnome')
-rw-r--r-- | support/README-gnome | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/support/README-gnome b/support/README-gnome new file mode 100644 index 00000000..7ada2e41 --- /dev/null +++ b/support/README-gnome @@ -0,0 +1,15 @@ +Note to Gnome hackers: + +Some files in this directory are taken verbatim from glibc. +Do not modify them. If you find a bug, report it as you would any +glibc bug. + +When updating the glibc files in the master Gnome repository, be sure +to use "cvs import". That will ensure that any local changes are +merged in. + +Yes, there are some minor local changes. Hopefully these will be +sorted out with the glibc maintainer before long. + +- Tom Tromey <tromey@cygnus.com> + Wed, Mar 4 1998 |