Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Include more automake cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
dotwaffle committed Oct 22, 2014
1 parent 16c1b32 commit 1588042
Show file tree
Hide file tree
Showing 10 changed files with 4,969 additions and 750 deletions.
849 changes: 849 additions & 0 deletions Makefile.in

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions bin/Makefile.in

Large diffs are not rendered by default.

531 changes: 346 additions & 185 deletions depcomp

Large diffs are not rendered by default.

536 changes: 536 additions & 0 deletions etc/Makefile.in

Large diffs are not rendered by default.

518 changes: 518 additions & 0 deletions include/Makefile.in

Large diffs are not rendered by default.

740 changes: 488 additions & 252 deletions install-sh

Large diffs are not rendered by default.

596 changes: 596 additions & 0 deletions man/Makefile.in

Large diffs are not rendered by default.

461 changes: 150 additions & 311 deletions missing

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mkinstalldirs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ case $dirmode in
echo "mkdir -p -- $*"
exec mkdir -p -- "$@"
else
# On NextStep and OpenStep, the `mkdir' command does not
# On NextStep and OpenStep, the 'mkdir' command does not
# recognize any option. It will interpret all options as
# directories to create, and then abort because `.' already
# directories to create, and then abort because '.' already
# exists.
test -d ./-p && rmdir ./-p
test -d ./--version && rmdir ./--version
Expand Down
Loading

0 comments on commit 1588042

Please sign in to comment.