Changeset 4662 for trunk/admin

Show
Ignore:
Timestamp:
10/02/06 06:00:38 (2 years ago)
Author:
erijo
Message:

Make it possible for the user to pass flags to aclocal with the environment variable ACLOCAL_FLAGS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/Makefile.common

    r4653 r4662  
    44    @$(MAKE) -f Makefile.am top_srcdir=. acinclude.m4 
    55    @echo "*** Retrieving configure tests needed by configure.in" 
    6     @aclocal 
     6    @aclocal $(ACLOCAL_FLAGS) 
    77    @echo "*** Scanning for include statements" 
    88    @autoheader