# | Line 4 | Line 4 | |
---|---|---|
4 | ## makefile-engine will do all of the hard work for you. This handles both | |
5 | ## Intel and PowerPC builds of the BeOS. | |
6 | ||
7 | < | # Get version number from configure.in |
8 | < | version := $(shell grep <configure.in INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//') |
7 | > | # Get version number from configure.ac |
8 | > | version := $(shell grep <configure.ac INIT_AUTOMAKE | sed -e 's/.*\[//' -e 's/\].*//') |
9 | ||
10 | ## Application Specific Settings --------------------------------------------- | |
11 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |