Added linux as a bogus sysqueue.
svn path=/trunk/yasm/; revision=154
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
*-*-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)
*-*-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)
EXTRA_DIST = \
instrs.dat \
+ compat-queue.h \
strdup.c \
strtoul.c