Skip to content

Commit

Permalink
autotools: move m4 into autotools and extract Starlink patches
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent a68b31c commit 4edac9e
Show file tree
Hide file tree
Showing 13 changed files with 8,365 additions and 0 deletions.
23 changes: 23 additions & 0 deletions thirdparty/fsf/autotools/m4/Makefile.am
@@ -0,0 +1,23 @@
## Process this file with m4 to produce Makefile.in

@SET_MAKE@

RECURSIVE_TARGETS = all check

$(RECURSIVE_TARGETS):
( cd m4; $(MAKE) $@; )

## Automake really requires local versions for these targets.
distclean-local:
( cd m4; $(MAKE) distclean )

clean-local:
( cd m4; $(MAKE) clean )

EXTRA_DIST = m4

## Before distributing subdirectories we need to clean up and remove any
## softlinks.
dist-hook:
rm -rf `find $(distdir) -type l`
(cd $(distdir)/m4; make distclean)

0 comments on commit 4edac9e

Please sign in to comment.