(liblw.a): Don't bother testing for ranlib failing
since configure sets it up.
This commit is contained in:
parent
eea0252e83
commit
7397acc494
5 changed files with 533 additions and 287 deletions
|
@ -1,3 +1,10 @@
|
|||
2000-03-08 Dave Love <fx@gnu.org>
|
||||
|
||||
* configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
|
||||
AC_C_VOLATILE. Define POINTER_TYPE.
|
||||
|
||||
* aclocal.m4: New file.
|
||||
|
||||
2000-03-02 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* configure.in (machine): Add `mipsel-*-netbsd*' and
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2000-03-08 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (liblw.a): Don't bother testing for ranlib failing
|
||||
since configure sets it up.
|
||||
|
||||
2000-03-06 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lwlib-Xm.c (make_menubar): Set XmNresizeHeight and
|
||||
|
|
|
@ -44,11 +44,7 @@ all:: liblw.a
|
|||
liblw.a: $(OBJS)
|
||||
$(RM) $@
|
||||
$(AR) $@ $(OBJS)
|
||||
@echo Do not be alarmed if the following ranlib command
|
||||
@echo fails due to the absence of a ranlib program on your system.
|
||||
-$(RANLIB) $@ || true
|
||||
#If running ranlib fails, probably there is none.
|
||||
#That's ok. So don't stop the build.
|
||||
$(RANLIB) $@
|
||||
|
||||
# Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
|
||||
lwlib.o: $(srcdir)/lwlib.c Makefile
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2000-03-08 Dave Love <fx@gnu.org>
|
||||
|
||||
* config.in: Don't depend on __STDC__ for volatile.
|
||||
Add POINTER_TYPE, PTR, PROTOTYPES.
|
||||
|
||||
* hftctl.c, strftime.c: Use PROTOTYPES.
|
||||
* eval.c (find_handler_clause): Likewise.
|
||||
|
||||
* mem-limits.h: Use POINTER_TYPE.
|
||||
|
||||
* lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
|
||||
(memory_warnings): Declare using POINTER_TYPE.
|
||||
|
||||
2000-03-08 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
|
||||
|
|
Loading…
Add table
Reference in a new issue