autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generating binary releases


From: Peter Eisentraut
Subject: Re: Generating binary releases
Date: Mon, 7 Jan 2002 18:57:20 -0500 (EST)

David Richard Larochelle writes:

> I use autoconf for a software package.  make dist is great for creating a
> source tar ball.

Autoconf is not involved in that.  That's Automake.

> But we would also like to release precompiled binaries.  The package
> contains a lot of support files so we would like a to be able to use
> the make install feature the copy the files.

./configure
make
make install DESTDIR=/tmp/temp-install
tar -C /tmp/temp-install -c -z -f mypackage-VERSION.ARCH.tar.gz .

-- 
Peter Eisentraut   address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]