Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleotoo committed Aug 24, 2013
1 parent 9c05b65 commit 5506476
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions autotools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ See [AC_CONFIG_SUBDIR_CUSTOM](http://lists.gnu.org/archive/html/autoconf/2011-04

## Automake

## GNU Make text functions
See https://www.gnu.org/software/make/manual/html_node/Text-Functions.html.

```bash
$(filter pattern...,text)
$(filter-out pattern...,text)
```

### Functions
See http://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html#File-Name-Functions.

Expand Down

0 comments on commit 5506476

Please sign in to comment.