From 2f630084b387bb4c277832635983a2cba19efffe Mon Sep 17 00:00:00 2001 From: Michael Urman Date: Fri, 31 Aug 2001 17:36:29 +0000 Subject: [PATCH] Updates to pass make distcheck. Added linux as a bogus sysqueue. svn path=/trunk/yasm/; revision=154 --- Makefile.am | 3 ++- configure.ac | 3 +++ configure.in | 3 +++ src/Makefile.am | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e63c1c66..926806fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = intl src po -EXTRA_DIST = config/install-sh config/missing config/mkinstalldirs +EXTRA_DIST = config/install-sh config/missing config/mkinstalldirs \ + config/config.guess config/config.sub diff --git a/configure.ac b/configure.ac index 8d77c738..cd8eec04 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,9 @@ case "$host" in *-*-sco3.2v5*) AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) ;; +*-*-linux*) + AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) + ;; esac AC_OUTPUT(Makefile intl/Makefile po/Makefile.in src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile) diff --git a/configure.in b/configure.in index 8d77c738..cd8eec04 100644 --- a/configure.in +++ b/configure.in @@ -50,6 +50,9 @@ case "$host" in *-*-sco3.2v5*) AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) ;; +*-*-linux*) + AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) + ;; esac AC_OUTPUT(Makefile intl/Makefile po/Makefile.in src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile) diff --git a/src/Makefile.am b/src/Makefile.am index 56433ef0..91425586 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,5 +33,6 @@ endif EXTRA_DIST = \ instrs.dat \ + compat-queue.h \ strdup.c \ strtoul.c -- 2.40.0