chiark
/
gitweb
/
~mdw
/
xtoys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
566df69
)
Remove absolute dependence on GTK.
1.2.4
author
mdw
<mdw>
Thu, 25 Mar 1999 23:37:21 +0000
(23:37 +0000)
committer
mdw
<mdw>
Thu, 25 Mar 1999 23:37:21 +0000
(23:37 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index a7b001720b35a5c5f31bf5d672a09b03db6cd591..089cc7ded04528ea015d75b80a44c187928e54cf 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
5 1998/12/15 23:46:23
mdw Exp $
+## $Id: Makefile.am,v 1.
6 1999/03/25 23:37:20
mdw Exp $
##
## Makefile for X tools
##
##
## Makefile for X tools
##
@@
-28,6
+28,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.6 1999/03/25 23:37:20 mdw
+## Remove absolute dependence on GTK.
+##
## Revision 1.5 1998/12/15 23:46:23 mdw
## Add `xcatch', and rearrange so that the GTK-based programs are only
## mentioned in the Makefile.
## Revision 1.5 1998/12/15 23:46:23 mdw
## Add `xcatch', and rearrange so that the GTK-based programs are only
## mentioned in the Makefile.
@@
-55,6
+58,8
@@
EXTRA_PROGRAMS = $(GTK_PROGS)
man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1 xcatch.1
EXTRA_DIST = $(man_MANS)
man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1 xcatch.1
EXTRA_DIST = $(man_MANS)
+CLEANFILES = $(GTK_PROGS)
+
INCLUDES = -I$(srcdir)/mLib
LDADD = mgLib/libmgLib.a mLib/libmLib.a
INCLUDES = -I$(srcdir)/mLib
LDADD = mgLib/libmgLib.a mLib/libmLib.a
diff --git
a/configure.in
b/configure.in
index 36030d58e7c6142d44b10024cd9b07b125d34211..0b97470c33c6cec1518a817ca3bd366ee980af2e 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,6
+1,6
@@
dnl -*-fundamental-*-
dnl
dnl -*-fundamental-*-
dnl
-dnl $Id: configure.in,v 1.1
0 1999/03/24 22:23:00
mdw Exp $
+dnl $Id: configure.in,v 1.1
1 1999/03/25 23:37:21
mdw Exp $
dnl
dnl Configuration script for X tools
dnl
dnl
dnl Configuration script for X tools
dnl
@@
-28,6
+28,9
@@
dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl ----- Revision history --------------------------------------------------
dnl
dnl $Log: configure.in,v $
dnl ----- Revision history --------------------------------------------------
dnl
dnl $Log: configure.in,v $
+dnl Revision 1.11 1999/03/25 23:37:21 mdw
+dnl Remove absolute dependence on GTK.
+dnl
dnl Revision 1.10 1999/03/24 22:23:00 mdw
dnl Remove redundant call to AC_PROG_INSTALL.
dnl
dnl Revision 1.10 1999/03/24 22:23:00 mdw
dnl Remove redundant call to AC_PROG_INSTALL.
dnl
@@
-62,7
+65,7
@@
dnl
AC_INIT(xwait.c)
AC_CONFIG_SUBDIRS(mLib mgLib)
AC_INIT(xwait.c)
AC_CONFIG_SUBDIRS(mLib mgLib)
-AM_INIT_AUTOMAKE(xtoys, 1.2.
3
)
+AM_INIT_AUTOMAKE(xtoys, 1.2.
4
)
AC_PROG_CC
mdw_GCC_FLAGS
AC_PROG_RANLIB
AC_PROG_CC
mdw_GCC_FLAGS
AC_PROG_RANLIB