# | Line 6 | Line 6 | |
---|---|---|
6 | # | |
7 | ||
8 | # Change these to change the package name and version | |
9 | < | AC_INIT(idar, 1.2, dev@i-scream.org.uk) |
9 | > | AC_INIT(idar, 1.2, bugs@i-scream.org) |
10 | AM_INIT_AUTOMAKE(idar, 1.2) | |
11 | ||
12 | # Revision number (automatically updated) | |
# | Line 43 | Line 43 | AC_ARG_WITH([curses-prefix], | |
43 | LDFLAGS="-L${withval}/lib ${LDFLAGS}" | |
44 | fi | |
45 | if test -d "$withval/include"; then | |
46 | < | CPPFLAGS="-I${withval}/include ${CPPFLAGS}" |
46 | > | CPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${CPPFLAGS}" |
47 | fi | |
48 | ] | |
49 | ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |