mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
(AUTOMAKE_OPTIONS): Replace "foreign" with "gnu".
(OMIT_DEPENDENCIES): Delete -- obsolete.
This commit is contained in:
parent
641de944dd
commit
7d919f2a59
1 changed files with 7 additions and 12 deletions
|
@ -19,7 +19,7 @@
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
## Prevent automake from adding extra -I options
|
## Prevent automake from adding extra -I options
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
@ -93,11 +93,6 @@ EXTRA_libguile_la_SOURCES = _scm.h \
|
||||||
filesys.c posix.c net_db.c socket.c \
|
filesys.c posix.c net_db.c socket.c \
|
||||||
ramap.c unif.c debug-malloc.c
|
ramap.c unif.c debug-malloc.c
|
||||||
|
|
||||||
## In next release, threads will be factored out of libguile.
|
|
||||||
## Until then, the machine specific headers is a temporary kludge.
|
|
||||||
OMIT_DEPENDENCIES = libguile.h ltdl.h \
|
|
||||||
axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
|
|
||||||
|
|
||||||
## This is kind of nasty... there are ".c" files that we don't want to
|
## This is kind of nasty... there are ".c" files that we don't want to
|
||||||
## compile, since they are #included in threads.c. So instead we list
|
## compile, since they are #included in threads.c. So instead we list
|
||||||
## them here. Perhaps we can deal with them normally once the merge
|
## them here. Perhaps we can deal with them normally once the merge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue