Re: Order of statements/imports

2003-09-17 Thread Simon Richter
Marc, > I want to import a Makefile.mk file which has variables generated by an > autoconf/automake project which i depend on. This toolkit has most of > the autoconf tests i need already run. You have two options: - Have the depended-on package supply a shell script that prints configurat

Order of statements/imports

2003-09-16 Thread Marc Dumontier
Hi, I want to import a Makefile.mk file which has variables generated by an autoconf/automake project which i depend on. This toolkit has most of the autoconf tests i need already run. Here's the problem. When i put the 'import path/to/makefile.mk' in my Makefile.am, the import gets added afte