- Timestamp:
- 08/14/09 17:37:58 (12 months ago)
- Location:
- wu-ftpd/trunk
- Files:
-
- 2 modified
-
configure.in (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wu-ftpd/trunk/configure.in
r358 r473 1 1 dnl use autoconf 2.12 or higher (2.14 preferred) to generate the configure script 2 3 dnl ============================================================================4 dnl First of all, definitions of our headers and lookups of generic programs...5 dnl ============================================================================6 AC_INIT(src/ftpd.c)7 2 8 3 divert(0)dnl … … 32 27 # 33 28 undivert(0) 29 30 dnl ============================================================================ 31 dnl First of all, definitions of our headers and lookups of generic programs... 32 dnl ============================================================================ 33 AC_INIT(src/ftpd.c) 34 34 35 35 AC_CONFIG_HEADER(config.h src/config.h) -
wu-ftpd/trunk/debian/changelog
r448 r473 11 11 * Converted example spanish message files to UTF-8 12 12 * Updated Standards-Version to 3.8.2 - no changes required. 13 14 -- Chris Butler <chrisb@debian.org> Sun, 19 Jul 2009 17:14:26 +0100 13 * Moved AC_INIT call to after the divert/undivert for the license in 14 configure.in (closes: #540524) 15 16 -- Chris Butler <chrisb@debian.org> Fri, 14 Aug 2009 17:37:34 +0100 15 17 16 18 wu-ftpd (2.6.2-30) unstable; urgency=low
