Changeset 2629
- Timestamp:
- Mar 13, 2006, 4:35:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ports-make/rules.gmk
r2615 r2629 139 139 rm -f config.in.h config-h.in config.h.in; \ 140 140 fi 141 ash -c "aclocal $(OPT_ACLOCAL) $(OPT_AUTO)" 141 if test -z "$(NO_ACLOCAL)"; then \ 142 ash -c "aclocal $(OPT_ACLOCAL) $(OPT_AUTO)"; \ 143 fi 142 144 if ls *-h.in 2> nul > nul || ls *.h.in 2> nul > nul || test -f config.in || grep -q AM_CONFIG_HEADER configure.ac; then \ 143 145 autoheader $(OPT_AUTOHEADER) $(OPT_AUTO); \
Note:
See TracChangeset
for help on using the changeset viewer.