Differences From Artifact [e71beefcc6]:
- File m4/buildsys.m4 — part of check-in [bceeee6eed] at 2008-10-02 21:34:26 on branch trunk — Use ranlib. (user: js, size: 5460) [annotate] [blame] [check-ins using]
To Artifact [dc9da6398d]:
- File
m4/buildsys.m4
— part of check-in
[deea07358c]
at
2008-11-01 18:55:32
on branch trunk
— Touch .deps files on ./configure.
This also makes it compatible with OpenBSD make. (user: js, size: 5612) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | + + + + + + + | AC_SUBST(PLUGIN_CFLAGS) AC_SUBST(PLUGIN_LDFLAGS) AC_SUBST(PLUGIN_SUFFIX) AC_SUBST(INSTALL_LIB) AC_SUBST(UNINSTALL_LIB) AC_SUBST(CLEAN_LIB) ]) AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ $as_echo "$as_me: Touching .deps files" for i in $(find . -name Makefile); do touch $(dirname $i)/.deps done ]) |