commit | 18c700754eef0eedcac04c1e3c5d548cafe4d5c2 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <ian@gcc.gnu.org> | Sat Dec 03 00:16:12 2011 +0000 |
committer | Ian Lance Taylor <ian@gcc.gnu.org> | Sat Dec 03 00:16:12 2011 +0000 |
tree | fcf705f857548012e46180c9f778ead306f29e47 | |
parent | 4bd97bee255d25e1e207e6a19317f353f5fa6104 [diff] [blame] |
libgo: Generate dependencies automatically. From-SVN: r181955
diff --git a/libgo/configure.ac b/libgo/configure.ac index 62d4c95..6cb5f90 100644 --- a/libgo/configure.ac +++ b/libgo/configure.ac
@@ -117,6 +117,11 @@ AC_SUBST(LIBFFI) AC_SUBST(LIBFFIINCS) +# Used to tell GNU make to include a file without telling automake to +# include it. +go_include="-include" +AC_SUBST(go_include) + is_darwin=no is_freebsd=no is_irix=no