Searched hist:133244 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/lib/libarchive/
H A DMakefilediff 133244 Sat Aug 07 01:09:28 MDT 2004 kientzle libarchive now has two complete build systems. The usual "Makefile"
is present for FreeBSD. If you "make distfile" on FreeBSD, you will
soon have a tar.gz file suitable for deploying to other systems
(complete with the expected "configure" script, etc). This latter
relies (at least for now) on the GNU auto??? tools. (I like autoconf
okay, but someday I hope to write a custom Makefile.in and dispense
with automake, which is somewhat odious.)

As part of this, I've cleaned up some of the conditional
compilation options, added make-foo to construct archive.h dynamically
(it now contains some version constants), and added some useful
informational files.

Completed in 156 milliseconds