Changeset f5c0d8e for configure


Ignore:
Timestamp:
2010-08-31T20:06:14Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0c85c08
Parents:
8358691 (diff), 31dbb90a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8358691 rf5c0d8e  
    595595fi
    596596
     597case "$CC" in
     598*gcc* )
     599        echo CFLAGS+=-MD -MF .depend/\$@.d >> Makefile.settings
     600        for i in . lib protocols protocols/*/; do
     601                mkdir -p $i/.depend
     602        done
     603esac
     604
    597605if [ "$msn" = 0 ]; then
    598606        echo '#undef WITH_MSN' >> config.h
Note: See TracChangeset for help on using the changeset viewer.