RE: installing a whole directory

2009-04-14 Thread Laura Hughes (lahughes)
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

RE: automake not descending into subdirectories to createMakefile.in's

2008-09-25 Thread Laura Hughes (lahughes)
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_

automake not descending into subdirectories to create Makefile.in's

2008-09-25 Thread Laura Hughes (lahughes)
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