acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and

* acinclude.m4
* ltconfig
* ltmain.sh: upgrade to libtool 1.2d (with fixes for irix6 and osf)

* testglib.c: removed unused cruft

-Yosh
This commit is contained in:
Manish Singh
1999-01-13 06:47:03 +00:00
parent bf5993b9bb
commit 5afc0d6cf4
13 changed files with 1713 additions and 369 deletions

View File

@@ -42,11 +42,6 @@ else \
#define GLIB_TEST_STRING "el dorado "
#define GLIB_TEST_STRING_5 "el do"
typedef struct {
guint age;
gchar name[40];
} GlibTestInfo;
static gboolean
node_build_string (GNode *node,
gpointer data)
@@ -299,7 +294,6 @@ main (int argc,
GRelation *relation;
GTuples *tuples;
gint data [1024];
GlibTestInfo *gti;
struct {
gchar *filename;
gchar *dirname;