Differences From Artifact [0764632154]:
- File objfw-config.in — part of check-in [8e5f78b8d0] at 2010-04-17 17:52:11 on branch trunk — Also use the flags from the environment on --compile in objfw-config. (user: js, size: 2536) [annotate] [blame] [check-ins using]
To Artifact [92974a8bf3]:
- File objfw-config.in — part of check-in [816cc61258] at 2010-04-17 17:53:54 on branch trunk — Better checking whether we need to link on --compile in objfw-config. (user: js, size: 2551) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
70 71 72 73 74 75 76 | exit 1 ;; esac shift done | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | exit 1 ;; esac shift done if test ! -f "$out" -o x"$link" = x"yes"; then echo "Linking $out..." $OBJC -o $out $objs $LIBS $ENV_LIBS $LDFLAGS $ENV_LDFLAGS exit $? fi echo "Nothing to do for $out..." exit 0 |
︙ | ︙ |