diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:19 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:19 +0000 |
commit | c29a99d7f3931f9b0559c56056d887fb3b2e52df (patch) | |
tree | 30828d35e13c2012d9249ed72cc1a22aa0d56cc3 /configure.in | |
parent | 62c968342bb85207a033d45463ac610d76012ce2 (diff) |
Add macro for detecting the output filename for gcc -MD...
Author: doogie
Date: 2001-05-29 05:25:06 GMT
Add macro for detecting the output filename for gcc -MD(3.0 changed it).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f8d2cc1d6..7d551bfb1 100644 --- a/configure.in +++ b/configure.in @@ -161,5 +161,6 @@ dnl AC_CHECK_PROG(YODL_MAN,yodl2man,"yes","") ah_NUM_PROCS ah_GLIBC_VER ah_LIBSTDCPP_VER +ah_GCC3DEP AC_OUTPUT(environment.mak:buildlib/environment.mak.in makefile:buildlib/makefile.in,make -s dirs) |