]> granicus.if.org Git - yasm/commitdiff
Update bug mailing address to <bug-yasm@tortall.net>.
authorPeter Johnson <peter@tortall.net>
Wed, 6 Mar 2002 05:59:19 +0000 (05:59 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 6 Mar 2002 05:59:19 +0000 (05:59 -0000)
svn path=/trunk/yasm/; revision=478

configure.ac

index b23d581ba62381ce48c398579016447889b96b08..1d0b9c6dd3cb804ddd62aeec3aebcf6e89d6f14c 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(src/main.c)
 AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(include/config.h)
+AM_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE(yasm, 0.0.1)
 
@@ -30,4 +30,4 @@ AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(memcpy toascii)
 AC_REPLACE_FUNCS(strdup strtoul)
 
-AC_OUTPUT(Makefile src/Makefile        include/Makefile)
+AC_OUTPUT(Makefile src/Makefile)