1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* guile.m4: Moved to guile-config.

* Makefile.am (aclocaldir, aclocal_DATA): Delete.
(EXTRA_DIST): Move qthreads.m4 here.
This commit is contained in:
Jim Blandy 1999-10-05 22:34:46 +00:00
parent ee31ced26a
commit 37ace88a91
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright (C) 1998 Free Software Foundation, Inc.
## Copyright (C) 1998, 1999 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@ -21,10 +21,5 @@
SUBDIRS = ice-9 qt libguile guile-config guile-readline doc
## FIXME: in the future there will be direct automake support for
## doing this. When that happens, switch over.
aclocaldir = $(datadir)/aclocal
aclocal_DATA = guile.m4 qthreads.m4
EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
EXTRA_DIST = qthreads.m4 ltconfig ltmain.sh acconfig.h \
HACKING GUILE-VERSION ANON-CVS SNAPSHOTS

View file