autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CONFIG_FILES not configing file?


From: dave
Subject: AC_CONFIG_FILES not configing file?
Date: Fri, 15 Nov 2013 16:04:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Inside configure.ac I have the command
AC_CONFIG_FILES(doxygen.cfg)

inside source dir I have doxygen.cfg.in

but inside the build directory (outside of source) when I run configure is says it configuring doxygen.cfg

address@hidden build]$ ../cexp/configure $CEXP_FLAGS --enable-html --enable-doc | grep doxygen
checking for i386-rtems4.11-doxygen... no
checking for doxygen... /usr/bin/doxygen
configure: WARNING: using cross tools not prefixed with host triplet
config.status: creating doxygen.cfg
    doxygen:                    /usr/bin/doxygen
    doxygen_directory                doxygen-doc


but inside the log it doesn't

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by cexp config.status CEXP_Release_2_2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on localhost.localdomain

config.status:982: creating makefile
config.status:982: creating config.h
config.status:1196: executing depfiles commands
config.status:1196: executing default-1 commands


What is a simple explanation for  AC_CONFIG_FILES not configing file?

Thanks,

Dave

Attachment: config.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]