Changeset 2629


Ignore:
Timestamp:
Mar 13, 2006, 4:35:29 AM (19 years ago)
Author:
bird
Message:

NO_ACLOCAL option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ports-make/rules.gmk

    r2615 r2629  
    139139                rm -f config.in.h config-h.in config.h.in; \
    140140        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
    142144        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 \
    143145                autoheader $(OPT_AUTOHEADER) $(OPT_AUTO); \
Note: See TracChangeset for help on using the changeset viewer.