summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-11-04 22:34:13 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-11-04 22:34:13 +0000
commit4c4ad2b41658d151a53db777b50a6f0f3fec257f (patch)
tree52d5344f62a50ce5a011583a41173fc05572a96b /support/ChangeLog
parent88071ff4768bfca9dbc8c4134dac5d2ae07bae07 (diff)
downloadshared-mime-info-4c4ad2b41658d151a53db777b50a6f0f3fec257f.tar.gz
Include gnomesupport.h unconditionally. Build libgnomesupport.la
* gnomesupport-fake.h: Include gnomesupport.h unconditionally. * Makefile.am: Build libgnomesupport.la unconditionally. (popt_sources): List `popt' sources. (libgnomesupport_la_SOURCES): Include $popt_sources. (include_HEADERS): Install `popt.h'. (noinst_HEADERSS): Don't install poptint.h and findme.h. * popt.c: New file. From the POPT package. Replacement for argp/getopt. * poptparse.c: Likewise. * popthelp.c: Likewise. * poptconfig.c: Likewise. * findme.c: Likewise. * findme.h: Likewise. * popt.h: Likewise. * poptint.h: Likewise. svn path=/trunk/; revision=464
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 55176743..804d483e 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,21 @@
+1998-11-04 Raja R Harinath <harinath@cs.umn.edu>
+
+ * gnomesupport-fake.h: Include gnomesupport.h unconditionally.
+ * Makefile.am: Build libgnomesupport.la unconditionally.
+ (popt_sources): List `popt' sources.
+ (libgnomesupport_la_SOURCES): Include $popt_sources.
+ (include_HEADERS): Install `popt.h'.
+ (noinst_HEADERSS): Don't install poptint.h and findme.h.
+ * popt.c: New file. From the POPT package. Replacement for
+ argp/getopt.
+ * poptparse.c: Likewise.
+ * popthelp.c: Likewise.
+ * poptconfig.c: Likewise.
+ * findme.c: Likewise.
+ * findme.h: Likewise.
+ * popt.h: Likewise.
+ * poptint.h: Likewise.
+
1998-09-02 Raja R Harinath <harinath@cs.umn.edu>
* canonicalize.c (realpath): Remove `weak_alias'.