http://qa.mandrakesoft.com/show_bug.cgi?id=6362

           Summary: AM_INIT_AUTOMAKE broken in autoconf 2.57
           Product: autoconf2.5
           Version: 2.57-4mdk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: program
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


conifgure.ac's using the new style AC_INIT and AM_INIT_AUTOMAKE macros produce
wrong output.

A good example is ayttm or esmtp.  To replicate get ayttm 0.4.4, run ./gen.  

ayttm has:
AC_INIT(Ayttm, 0.4.4, [EMAIL PROTECTED])
AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-zip])
in its configure.ac.  

Which produces the following output in the configure script:
PACKAGE=1.6 dist-bzip2 dist-zip

VERSION=

instead of:
 PACKAGE=ayttm
 VERSION=0.4.4

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to