set AS and ASFLAGS

This commit is contained in:
Bill Currie 2002-04-08 05:09:37 +00:00
parent 47643dcfbe
commit c17021f01b

View file

@ -70,6 +70,11 @@ AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([bzero floor getcwd gethostbyname getmntent getpagesize gettimeofday memmove memset mkdir munmap pow putenv select socket sqrt strcasecmp strchr strdup strerror strrchr strstr])
AS="$CC"
ASFLAGS="\$(DEFS) \$(CFLAGS) \$(CPPFLAGS) \$(DEFAULT_INCLUDES) \$(INCLUDES)"
AC_SUBST(AS)
AC_SUBST(ASFLAGS)
AC_CONFIG_FILES([Makefile
src/Makefile
src/baseq2/Makefile