This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: *.o not in src_dir
- To: Carsten Menn <menn at fzi dot de>
- Subject: Re: *.o not in src_dir
- From: Tom Tromey <tromey at redhat dot com>
- Date: 27 Feb 2001 13:33:22 -0700
- Cc: Raja R Harinath <harinath at cs dot umn dot edu>, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <200102271912.UAA29388@relay.xlink.net>
- Reply-To: tromey at redhat dot com
>>>>> "Carsten" == Carsten Menn <menn@fzi.de> writes:
>> $ cd $(srcdir)
>> $ mkdir bin-i686-linux; cd bin-i686-linux
>> $ ../configure --prefix=...
Carsten> thank you for your quick response.
Carsten> Unfortunately that's not exactly what I wanted.
Carsten> The OS and the architecture should be determined automatically.
Carsten> So it should be possible for the users of our package not to
Carsten> generate a special OS-directory by themself.
Automake doesn't work that way, nor will it.
Tom