Updates to pass make distcheck.

Added linux as a bogus sysqueue.

svn path=/trunk/yasm/; revision=154
0.3
Michael Urman 24 years ago
parent 45df22d110
commit 2f630084b3
  1. 3
      Makefile.am
  2. 3
      configure.ac
  3. 3
      configure.in
  4. 1
      src/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

@ -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)

@ -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)

@ -33,5 +33,6 @@ endif
EXTRA_DIST = \
instrs.dat \
compat-queue.h \
strdup.c \
strtoul.c

Loading…
Cancel
Save