chiark / gitweb /
Fix relative order of `automake' and `autoconf'.
authormdw <mdw>
Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)
committermdw <mdw>
Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)
Makefile.am
setup

index f26a031ede1c5b9e5a976632f0a71a56be876ec9..3a4b72dc3df96cac5357a2f5590c60c0be7c83a7 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-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
 ##
@@ -29,6 +29,9 @@
 ##----- 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.
 ##
@@ -47,8 +50,7 @@ AUTOMAKE_OPTIONS = foreign
 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 ---------------------------------------------------
diff --git a/setup b/setup
index c669e770a3e5bcd8a4d08b9fabe74e91523233ff..27dde72e73ab07b3759f67186c11151334b30f54 100755 (executable)
--- a/setup
+++ b/setup
@@ -3,6 +3,6 @@
 set -e
 mklinks
 mkaclocal
-automake
 autoconf
+automake
 mkdir build