Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7397acc4
Commit
7397acc4
authored
Mar 08, 2000
by
Dave Love
Browse files
(liblw.a): Don't bother testing for ranlib failing
since configure sets it up.
parent
eea0252e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
533 additions
and
287 deletions
+533
-287
ChangeLog
ChangeLog
+7
-0
configure
configure
+507
-282
lwlib/ChangeLog
lwlib/ChangeLog
+5
-0
lwlib/Makefile.in
lwlib/Makefile.in
+1
-5
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
ChangeLog
View file @
7397acc4
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
...
...
configure
View file @
7397acc4
This diff is collapsed.
Click to expand it.
lwlib/ChangeLog
View file @
7397acc4
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
...
...
lwlib/Makefile.in
View file @
7397acc4
...
...
@@ -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
...
...
src/ChangeLog
View file @
7397acc4
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment