Changeset 673

Show
Ignore:
Timestamp:
12/17/09 17:29:15 (2 years ago)
Author:
erikd
Message:

configure.ac : Improve initialisation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/configure.ac

    r667 r673  
    44AC_PREREQ(2.50) 
    55 
    6 AC_INIT(configure.ac) 
    7 AM_INIT_AUTOMAKE(sweep, 0.9.3) 
    8 AM_CONFIG_HEADER(config.h) 
     6AC_INIT([sweep],[0.9.3],[sweep-devel@lists.sourceforge.net], 
     7                [sweep],[http://www.metadecks.org/software/sweep/]) 
     8 
     9AC_CONFIG_HEADERS([config.h]) 
     10AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) 
    911 
    1012AC_ISC_POSIX