84a90360d6
- add missing CONFIGURE_ARGS - use better filenames for the existing patches - enable inter-library dependencies in libtool
12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
--- libmej/Makefile.in.orig Fri Nov 5 14:03:53 1999
|
|
+++ libmej/Makefile.in Mon Jul 3 01:58:10 2000
|
|
@@ -107,7 +107,7 @@
|
|
|
|
INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I.. -I$(includedir) -I$(prefix)/include $(X_CFLAGS)
|
|
|
|
-libmej_la_LDFLAGS = -release $(VERSION)
|
|
+libmej_la_LDFLAGS = -version-info 0:8:0
|
|
|
|
EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|