Changeset 2439


Ignore:
Timestamp:
Mar 14, 2011, 4:19:58 PM (12 years ago)
Author:
Peter
Message:

copy files with 'cp' rather than 'aclocal'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2438 r2439  
    155155  cd $(srcdir)/yat-hello \
    156156  && $(MKDIR_P) m4 \
    157   && $(ACLOCAL) -I m4 --install -I $(abs_top_srcdir)/m4 \
     157  && cp $(abs_top_srcdir)/m4/yat.m4 m4/ \
    158158  && autoreconf -ivf \
    159159  && ./configure --without-yat \
Note: See TracChangeset for help on using the changeset viewer.