# | Line 6 | Line 6 | |
---|---|---|
6 | # | |
7 | ||
8 | # Change these to change the package name and version | |
9 | < | AC_INIT(libstatgrab, 0.4, dev@i-scream.org.uk) |
10 | < | AM_INIT_AUTOMAKE(libstatgrab, 0.4) |
9 | > | AC_INIT(libstatgrab, 0.4.1, dev@i-scream.org.uk) |
10 | > | AM_INIT_AUTOMAKE(libstatgrab, 0.4.1) |
11 | ||
12 | # Revision number (automatically updated) | |
13 | AC_REVISION($Revision$) | |
# | Line 62 | Line 62 | linux-gnu) | |
62 | esac | |
63 | ||
64 | # And finish by changing these files | |
65 | < | AC_CONFIG_FILES([Makefile src/Makefile]) |
65 | > | AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile]) |
66 | ||
67 | AC_OUTPUT |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |