| OLD | NEW |
| 1 AUTOMAKE_OPTIONS = foreign no-dependencies | 1 AUTOMAKE_OPTIONS = foreign no-dependencies |
| 2 | 2 |
| 3 ACLOCAL_AMFLAGS = -I m4 | 3 ACLOCAL_AMFLAGS = -I m4 |
| 4 | 4 |
| 5 # This is the point release for libevent. It shouldn't include any | 5 # This is the point release for libevent. It shouldn't include any |
| 6 # a/b/c/d/e notations. | 6 # a/b/c/d/e notations. |
| 7 RELEASE = 1.4 | 7 RELEASE = 1.4 |
| 8 | 8 |
| 9 # This is the version info for the libevent binary API. It has three | 9 # This is the version info for the libevent binary API. It has three |
| 10 # numbers: | 10 # numbers: |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 man_MANS = event.3 evdns.3 | 143 man_MANS = event.3 evdns.3 |
| 144 | 144 |
| 145 verify: libevent.la | 145 verify: libevent.la |
| 146 cd test && make verify | 146 cd test && make verify |
| 147 | 147 |
| 148 doxygen: FORCE | 148 doxygen: FORCE |
| 149 doxygen $(srcdir)/Doxyfile | 149 doxygen $(srcdir)/Doxyfile |
| 150 FORCE: | 150 FORCE: |
| 151 | 151 |
| 152 DISTCLEANFILES = *~ event-config.h | 152 DISTCLEANFILES = *~ event-config.h |
| OLD | NEW |