Re: Recursive directory Installation

2008-12-08 Thread Ralf Wildenhues
Hello Jeremiah, this would rather be an Automake question than an Autoconf one. * Jeremiah Benham wrote on Mon, Dec 08, 2008 at 10:49:17PM CET: > I want to recursively install everything that exists within a directory. > I originally had it as this in an install hook in Makefile.am: > > install-

Recursive directory Installation

2008-12-08 Thread Jeremiah Benham
I want to recursively install everything that exists within a directory. I originally had it as this in an install hook in Makefile.am: install-data-hook: cp -R directory I don't know if the above will work with various packaging like dpkg or rpm. I don't know what the most standard way to go a

Re: Installing Autoconf 2.63 on MinGW

2008-12-08 Thread Keith Marshall
On Sunday 07 December 2008 20:35:05 Brian Dessent wrote: > Jason Curl wrote: Jason, Your question has already been asked, and answered, several times recently, on the MinGW and MSYS mailing lists; you would do well to search their archives, e.g.: http://thread.gmane.org/gmane.comp.gnu.mingw.use