Lorenzo,
There may be a better way to do it so I'm looking forward to hearing how
others did this, but I did this by creating an install hook like this:
Makefile.am:
~snip other stuff ~
EXTRA_INSTALL =
install_dir =
help_dir =
include ../../install-hook.in
../../install-hook.in:
# This hook
Wow - I knew it was easy. I just assumed configure.ac was correct since
it was generated by autoscan.
Thanks again!
Laura
>
> > My directory struct looks like this:
> >
> > topdir/
> >src/
> >src/basic_utilities
> >src/ethernet_tests/bc5709_tests
> >src/ethernet_tests/bc57711_
I'm a newbie at this. I am trying to convert an existing project to use
auto* tools.
My directory struct looks like this:
topdir/
src/
src/basic_utilities
src/ethernet_tests/bc5709_tests
src/ethernet_tests/bc57711_tests
src/mezzanine_card_tests
My files:
topdir/configure.ac:
AC