Skip to content

Commit

Permalink
Update build system (automake, autoconf, libtool)
Browse files Browse the repository at this point in the history
Unfortunately this patch is hard to split up into smaller chunks. Our build
system and the associated automake/autoconf/libtool macros has been left
untouched for a while, and could use a refresher.

* Upgrade ltmain.sh to the latest version
* Move away from a huge acinclude.m4 directory to using individual files in
  the m4/ subdirectory, suggested by upstream automake documentation
* Update all macros to their latest available version
* Adjust Makefile.am and autogen.sh to accommodate m4/ subdirectory

Signed-off-by: Dan McGee <dan@archlinux.org>
  • Loading branch information
toofishes committed Sep 23, 2010
1 parent 413508c commit f489e96
Show file tree
Hide file tree
Showing 19 changed files with 19,523 additions and 10,940 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ if WANT_DOC
SUBDIRS += doc
endif

ACLOCAL_AMFLAGS = -I m4 --install

# Make sure we test and build manpages when doing distcheck
DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version

Expand Down
Loading

0 comments on commit f489e96

Please sign in to comment.