Changeset 473 for wu-ftpd

Show
Ignore:
Timestamp:
08/14/09 17:37:58 (12 months ago)
Author:
chrisb
Message:

Moved AC_INIT call to after the divert/undivert for the license in
configure.in (closes: #540524)

Location:
wu-ftpd/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wu-ftpd/trunk/configure.in

    r358 r473  
    11dnl 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) 
    72 
    83divert(0)dnl 
     
    3227# 
    3328undivert(0) 
     29 
     30dnl ============================================================================ 
     31dnl First of all, definitions of our headers and lookups of generic programs... 
     32dnl ============================================================================ 
     33AC_INIT(src/ftpd.c) 
    3434 
    3535AC_CONFIG_HEADER(config.h src/config.h) 
  • wu-ftpd/trunk/debian/changelog

    r448 r473  
    1111  * Converted example spanish message files to UTF-8 
    1212  * 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 
    1517 
    1618wu-ftpd (2.6.2-30) unstable; urgency=low