]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
automake and libtool fixes
authorAndreas Gruenbacher <agruen@suse.de>
Tue, 24 Mar 2009 12:50:06 +0000 (13:50 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 24 Mar 2009 12:50:06 +0000 (13:50 +0100)
commit07c561fe21514ba644c2c766c249a974ddd81c17
tree6fe950d7b1c17a2c14a243feaf12316a8859b920
parent43add4b899c45d11dc6667b00747a2d68e2ee5d2
automake and libtool fixes

Remove aclocal.m4 from the repository and generate it when needed.
Move the AC_PROG_LIBTOOL autoconf macro and use libtoolize according to
the libtool info pages.

Make sure that libtoolize adds the auxiliary files (config.guess and config.sub).

Move install-sh into include/ so that libtoolize does not destroy it.

Split up the ``make clean'' and ``make distclean'' targets: the former
removes all files generated during a build.  The latter removes all
files generated by libtoolize, autoconf, and configure as well.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Makefile
aclocal.m4 [deleted file]
configure.in
include/Makefile
include/install-sh [moved from install-sh with 100% similarity, mode: 0644]
m4/package_utilies.m4