Changeset feb447e in rtems


Ignore:
Timestamp:
07/27/08 06:50:08 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
05e0ce0
Parents:
f4495484
Message:

Allow empty configdirs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • acinclude.m4

    rf4495484 rfeb447e  
    212212
    213213  ac_popdir=`pwd`
    214   for ac_dir in $$1_configdirs; do
     214  for ac_dir in : $$1_configdirs; do test "x$ac_dir" = x: && continue
    215215
    216216    # Do not complain, so a configure script can configure whichever
Note: See TracChangeset for help on using the changeset viewer.