New files. Imported from glibc.
authorMartin Baulig <martin@home-of-linux.org>
Wed, 29 Jul 1998 10:47:18 +0000 (10:47 +0000)
committerMartin Baulig <martin@src.gnome.org>
Wed, 29 Jul 1998 10:47:18 +0000 (10:47 +0000)
1998-07-29  Martin Baulig  <martin@home-of-linux.org>

* error.c, error.h: New files.  Imported from glibc.

* Makefile.am (supportinclude_HEADERS): Added `error.h'.

svn path=/trunk/; revision=301

support/ChangeLog
support/Makefile.am

index aa5a099..417e539 100644 (file)
@@ -1,3 +1,9 @@
+1998-07-29  Martin Baulig  <martin@home-of-linux.org>
+
+       * error.c, error.h: New files.  Imported from glibc.
+
+       * Makefile.am (supportinclude_HEADERS): Added `error.h'.
+
 1998-07-17  Martin Baulig  <martin@home-of-linux.org>
 
        * strtol.c, strtoul.c (<ansidecl.h>): Removed. Using
index 53959a0..1c78250 100644 (file)
@@ -7,7 +7,7 @@ INCLUDES = -D_GNU_SOURCE
 
 lib_LTLIBRARIES = libgnomesupport.la
 
-supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h
+supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h error.h
 
 # it is in _DATA since we don't want `gnomesupport.h' to be part of
 # the distributed `.tar.gz' file