Skip to content

Commit

Permalink
autotools: add missing configuration files (thanks .gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 5a9a736 commit a68b31c
Show file tree
Hide file tree
Showing 21 changed files with 17,301 additions and 424 deletions.
8 changes: 4 additions & 4 deletions Makefile.dependencies
Expand Up @@ -199,7 +199,7 @@ $(MANIFESTS)/atools: \

# Component autoconf is a buildsupport component
$(MANIFESTS)/autoconf:
cd thirdparty/fsf/autoconf \
cd thirdparty/fsf/autotools/autoconf \
&& if test -f bootstrap; then \
./bootstrap > bootstrap.log; \
fi \
Expand All @@ -219,7 +219,7 @@ $(MANIFESTS)/autoconf:
$(MANIFESTS)/automake: \
$(MANIFESTS)/autoconf \
$(MANIFESTS)/libtool
cd thirdparty/fsf/automake \
cd thirdparty/fsf/autotools/automake \
&& if test -f bootstrap; then \
./bootstrap > bootstrap.log; \
fi \
Expand Down Expand Up @@ -1634,7 +1634,7 @@ $(MANIFESTS)/latex2html:

# Component libtool is a buildsupport component
$(MANIFESTS)/libtool:
cd thirdparty/fsf/libtool \
cd thirdparty/fsf/autotools/libtool \
&& if test -f bootstrap; then \
./bootstrap > bootstrap.log; \
fi \
Expand Down Expand Up @@ -1680,7 +1680,7 @@ $(MANIFESTS)/lpg: \
$(MANIFESTS)/m4:
cd thirdparty/fsf/m4 \
&& if test -f bootstrap; then \
./bootstrap > bootstrap.log; \
./bootstrap_buildsupprt > bootstrap.log; \
fi \
&& if test -n "$$BUILDSUPPORT_PREFIX"; then \
./configure --prefix=$$BUILDSUPPORT_PREFIX \
Expand Down

0 comments on commit a68b31c

Please sign in to comment.