chiark
/
gitweb
/
~mdw
/
mgLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
084b2d6
)
Fix relative order of `automake' and `autoconf'.
author
mdw
<mdw>
Tue, 27 Jul 1999 18:59:13 +0000
(18:59 +0000)
committer
mdw
<mdw>
Tue, 27 Jul 1999 18:59:13 +0000
(18:59 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
setup
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index f26a031ede1c5b9e5a976632f0a71a56be876ec9..3a4b72dc3df96cac5357a2f5590c60c0be7c83a7 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
4 1999/05/06 19:51:47
mdw Exp $
+## $Id: Makefile.am,v 1.
5 1999/07/27 18:59:09
mdw Exp $
##
## Makefile for mgLib
##
##
## Makefile for mgLib
##
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.5 1999/07/27 18:59:09 mdw
+## Fix relative order of `automake' and `autoconf'.
+##
## Revision 1.4 1999/05/06 19:51:47 mdw
## Reformatted the LGPL notice a little bit.
##
## Revision 1.4 1999/05/06 19:51:47 mdw
## Reformatted the LGPL notice a little bit.
##
@@
-47,8
+50,7
@@
AUTOMAKE_OPTIONS = foreign
lib_LIBRARIES = libmgLib.a
pkginclude_HEADERS = msg.h mdwfocus.h cancel.h
lib_LIBRARIES = libmgLib.a
pkginclude_HEADERS = msg.h mdwfocus.h cancel.h
-INCLUDES = -I$(topsrcdir)/mLib -I$(srcdir)/../mLib
-
+INCLUDES = -I$(srcdir)/..
libmgLib_a_SOURCES = msg.c mdwfocus.c cancel.c
##----- That's all, folks ---------------------------------------------------
libmgLib_a_SOURCES = msg.c mdwfocus.c cancel.c
##----- That's all, folks ---------------------------------------------------
diff --git
a/setup
b/setup
index c669e770a3e5bcd8a4d08b9fabe74e91523233ff..27dde72e73ab07b3759f67186c11151334b30f54 100755
(executable)
--- a/
setup
+++ b/
setup
@@
-3,6
+3,6
@@
set -e
mklinks
mkaclocal
set -e
mklinks
mkaclocal
-automake
autoconf
autoconf
+automake
mkdir build
mkdir build