[Poppler-bugs] [Bug 9137] New: poppler/poppler-config.h improperly handled in configure.ac

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Thu Nov 23 00:17:24 PST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=9137          
     
           Summary: poppler/poppler-config.h improperly handled in
                    configure.ac
           Product: poppler
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: general
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: alexis at m2osw.com


I applied some changes from Krzysztof Kowalczyk and when I tried to compile
using the resulting files, I got errors in regard to the config file:

   poppler/poppler-config.h

The fact is, you treat it as a AM_CONFIG_HEADER() in your configure.ac which
means you have no file under poppler/*, since the autoreconf tool is expected to
generate the config file. But well... it won't work since you can have only one
AM_CONFIG_HEADER() [as far as I know].

Anyway, I moved the poppler/config.h from the AM_CONFIG_HEADER() to the
AC_OUTPUT() and at least that much works a lot better!

Also, I deleted the poppler-config.h since it is generated. I understand that
you may want to have it somewhere for VC users (but who uses VC anyway?! you
cannot write a script in VC!) I would suggest, if you want to do that, to place
that file in some win32 sub-folder either under poppler in under $(topdir).

Later, I will post my own patch so you can see all my changes.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Poppler-bugs mailing list