]> granicus.if.org Git - yasm/commitdiff
Updates to pass make distcheck.
authorMichael Urman <mu@tortall.net>
Fri, 31 Aug 2001 17:36:29 +0000 (17:36 -0000)
committerMichael Urman <mu@tortall.net>
Fri, 31 Aug 2001 17:36:29 +0000 (17:36 -0000)
Added linux as a bogus sysqueue.

svn path=/trunk/yasm/; revision=154

Makefile.am
configure.ac
configure.in
src/Makefile.am

index e63c1c665bad6a526e2475d48bbe44f5b9e9f73d..926806fd5640f55ed3b6e0fed4121df0cbe8b2bb 100644 (file)
@@ -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
index 8d77c738800acab43dd860f01dc22901f9342589..cd8eec049a78f917b5783361e04b2689bf145944 100644 (file)
@@ -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)
index 8d77c738800acab43dd860f01dc22901f9342589..cd8eec049a78f917b5783361e04b2689bf145944 100644 (file)
@@ -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)
index 56433ef04148c6e23f007700af968af564046f98..914255867f904fd0cc17acb092e6c145b42ee13d 100644 (file)
@@ -33,5 +33,6 @@ endif
 
 EXTRA_DIST = \
        instrs.dat              \
+       compat-queue.h          \
        strdup.c                \
        strtoul.c