]> granicus.if.org Git - yasm/commitdiff
Add new subdirectories for new src/ directory structures.
authorPeter Johnson <peter@tortall.net>
Sun, 19 Aug 2001 02:15:43 +0000 (02:15 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 19 Aug 2001 02:15:43 +0000 (02:15 -0000)
svn path=/trunk/yasm/; revision=134

configure.ac
configure.in

index 1d0b9c6dd3cb804ddd62aeec3aebcf6e89d6f14c..a78f47a6f67e23a79fb8799b01b5e0c53b2f2037 100644 (file)
@@ -20,6 +20,7 @@ AM_PROG_CC_STDC
 AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_INSTALL
+AC_PROG_RANLIB
 
 AC_HEADER_STDC
 
@@ -30,4 +31,4 @@ AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(memcpy toascii)
 AC_REPLACE_FUNCS(strdup strtoul)
 
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile)
index 1d0b9c6dd3cb804ddd62aeec3aebcf6e89d6f14c..a78f47a6f67e23a79fb8799b01b5e0c53b2f2037 100644 (file)
@@ -20,6 +20,7 @@ AM_PROG_CC_STDC
 AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_INSTALL
+AC_PROG_RANLIB
 
 AC_HEADER_STDC
 
@@ -30,4 +31,4 @@ AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(memcpy toascii)
 AC_REPLACE_FUNCS(strdup strtoul)
 
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile src/parsers/Makefile src/parsers/nasm/Makefile src/preprocs/Makefile src/preprocs/raw/Makefile src/outfmts/Makefile src/outfmts/dbg/Makefile)