DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14548>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14548

config.status does not take Makefile arguments

           Summary: config.status does not take Makefile arguments
           Product: APR
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: APR
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


A standard autoconf 2.5x feature is the ability to run

./config.status path/to/Makefile

to regenerate a given Makefile; this does not work in APR because non-literals
are passed to AC_OUTPUT, which produces this bogus code in config.status:

  case "$ac_config_target" in
  # Handling of arguments.
  "$MAKEFILE1" ) CONFIG_FILES="$CONFIG_FILES $MAKEFILE1" ;;

Using the autoconf 2.1x convention of:

CONFIG_FILES=path/to/Makefile ./config.status 

still works.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to