automake configure script hangs on OSF1...

2005-10-06 Thread Ed Hartnett
Howdy all! I am trying to install automake and an OSF1 system. I just installed autoconf, but the automake configure hangs looking for it... % cd ~/downloads/automake-1.9.5 % make distclean make: *** No rule to make target `distclean'. Stop. % ./configure --prefix=/home/ed/local/dana && make ins

Re: `aclocaldir' fixed

2005-10-06 Thread Ralf Wildenhues
[ This is a bug report against libtool, I'm copying automake in order to solicit feedback ] Hi Ilya, * Ilya N. Golubev wrote on Wed, Oct 05, 2005 at 10:58:31PM CEST: > > `aclocaldir' value is set by `configure' unconditionally. Can not be > specified in build configuration explicitly, let alo

Re: changing file names in Makefile.am

2005-10-06 Thread 'Ralf Wildenhues'
Hi Sam, * Adams Samuel D Contr AFRL/HEDR wrote on Thu, Oct 06, 2005 at 03:41:03PM CEST: > Thanks for the help. I ran "make maintainer-clean" and that seemed to clear > up the problem. I am still getting compilation errors, but I think they are > due to bad code and not the auto tools. ;) So, wh

Re: creating the $(SUBDIRS) at runtime?

2005-10-06 Thread Simon Richter
Hi, Harald Dunkel wrote: I would like to create the directories for some $SUBDIRS as needed at runtime, e.g. erm, why? Unfortunately Automake complains about the missing directories in the source tree. Yes, because the structure of the source tree is supposed to be pretty much static (in

RE: changing file names in Makefile.am

2005-10-06 Thread Adams Samuel D Contr AFRL/HEDR
Thanks for the help. I ran "make maintainer-clean" and that seemed to clear up the problem. I am still getting compilation errors, but I think they are due to bad code and not the auto tools. ;) So, what was I not understanding about the auto tools that was causing me this problem? This is the

creating the $(SUBDIRS) at runtime?

2005-10-06 Thread Harald Dunkel
Hi folks, I would like to create the directories for some $SUBDIRS as needed at runtime, e.g. : SUBDIRS = mydir mydir/Makefile: FORCE ${INSTALL} -d mydir generate $@ : Unfortunately Automake complains about the missing directories

Re: changing file names in Makefile.am

2005-10-06 Thread Ralf Wildenhues
Sorry for the self-reply. * Ralf Wildenhues wrote on Thu, Oct 06, 2005 at 11:02:38AM CEST: > * Adams Samuel D Contr AFRL/HEDR wrote on Wed, Oct 05, 2005 at 09:17:45PM > CEST: > > I started this new project, and I realized that I needed to work with > > complex numbers after I started. As you may

Re: changing file names in Makefile.am

2005-10-06 Thread Ralf Wildenhues
Hi Samuel, * Adams Samuel D Contr AFRL/HEDR wrote on Wed, Oct 05, 2005 at 09:17:45PM CEST: > I started this new project, and I realized that I needed to work with > complex numbers after I started. As you may know, C does not have a complex > number library, but C++ does. So, I changed the calcu