AC_CONFIG_FILES not configing file?

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

 



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

[dave@localhost 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
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cexp configure CEXP_Release_2_2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../cexp/configure --target=i386-rtems4.11 --host=i386-rtems4.11 --disable-multilib --with-rtems-top=/opt/rtems-4.11 --enable-rtemsbsp=pc686 --enable-html --enable-doc

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.11.7-200.fc19.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Nov 4 14:09:03 UTC 2013

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/rtems-4.11/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/dave/.local/bin
PATH: /home/dave/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2806: checking build system type
configure:2820: result: x86_64-unknown-linux-gnu
configure:2840: checking host system type
configure:2853: result: i386-pc-rtems4.11
configure:2873: checking target system type
configure:2886: result: i386-pc-rtems4.11
configure:2929: checking for a BSD-compatible install
configure:2997: result: /usr/bin/install -c
configure:3008: checking whether build environment is sane
configure:3063: result: yes
configure:3122: checking for i386-rtems4.11-strip
configure:3138: found /opt/rtems-4.11/bin/i386-rtems4.11-strip
configure:3149: result: i386-rtems4.11-strip
configure:3214: checking for a thread-safe mkdir -p
configure:3253: result: /usr/bin/mkdir -p
configure:3260: checking for gawk
configure:3276: found /usr/bin/gawk
configure:3287: result: gawk
configure:3298: checking whether make sets $(MAKE)
configure:3320: result: yes
configure:3349: checking whether make supports nested variables
configure:3366: result: yes
configure:3451: checking whether to enable maintainer-specific portions of Makefiles
configure:3460: result: no
configure:3480: checking whether make sets $(MAKE)
configure:3502: result: yes
configure:3525: checking for style of include used by make
configure:3553: result: GNU
configure:3595: checking for i386-rtems4.11-gcc
configure:3611: found /opt/rtems-4.11/bin/i386-rtems4.11-gcc
configure:3622: result: i386-rtems4.11-gcc
configure:3891: checking for C compiler version
configure:3900: i386-rtems4.11-gcc --version >&5
i386-rtems4.11-gcc (GCC) 4.8.2 20131016 (RTEMS gcc-4.8.2-2.fc19/newlib-1.20.0-28.fc19)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3911: $? = 0
configure:3900: i386-rtems4.11-gcc -v >&5
Using built-in specs.
COLLECT_GCC=i386-rtems4.11-gcc
COLLECT_LTO_WRAPPER=/opt/rtems-4.11/libexec/gcc/i386-rtems4.11/4.8.2/lto-wrapper
Target: i386-rtems4.11
Configured with: ../gcc-4.8.2/configure --prefix=/opt/rtems-4.11 --bindir=/opt/rtems-4.11/bin --exec_prefix=/opt/rtems-4.11 --includedir=/opt/rtems-4.11/include --libdir=/opt/rtems-4.11/lib --libexecdir=/opt/rtems-4.11/libexec --mandir=/opt/rtems-4.11/share/man --infodir=/opt/rtems-4.11/share/info --datadir=/opt/rtems-4.11/share --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=i386-rtems4.11 --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --verbose --with-newlib --with-system-zlib --disable-nls --without-included-gettext --disable-win32-registry --enable-version-specific-runtime-libs --enable-threads --disable-lto --disable-plugin --enable-newlib-io-c99-formats --enable-newlib-iconv --enable-languages=c,c++
Thread model: rtems
gcc version 4.8.2 20131016 (RTEMS gcc-4.8.2-2.fc19/newlib-1.20.0-28.fc19) (GCC) 
configure:3911: $? = 0
configure:3900: i386-rtems4.11-gcc -V >&5
i386-rtems4.11-gcc: error: unrecognized command line option '-V'
i386-rtems4.11-gcc: fatal error: no input files
compilation terminated.
configure:3911: $? = 1
configure:3900: i386-rtems4.11-gcc -qversion >&5
i386-rtems4.11-gcc: error: unrecognized command line option '-qversion'
i386-rtems4.11-gcc: fatal error: no input files
compilation terminated.
configure:3911: $? = 1
configure:3931: checking whether the C compiler works
configure:3953: i386-rtems4.11-gcc    conftest.c  >&5
/opt/rtems-4.11/lib/gcc/i386-rtems4.11/4.8.2/../../../../i386-rtems4.11/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048074
configure:3957: $? = 0
configure:4005: result: yes
configure:4008: checking for C compiler default output file name
configure:4010: result: a.out
configure:4016: checking for suffix of executables
configure:4023: i386-rtems4.11-gcc -o conftest    conftest.c  >&5
/opt/rtems-4.11/lib/gcc/i386-rtems4.11/4.8.2/../../../../i386-rtems4.11/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048074
configure:4027: $? = 0
configure:4049: result: 
configure:4071: checking whether we are cross compiling
configure:4079: i386-rtems4.11-gcc -o conftest    conftest.c  >&5
/opt/rtems-4.11/lib/gcc/i386-rtems4.11/4.8.2/../../../../i386-rtems4.11/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048074
configure:4083: $? = 0
configure:4090: ./conftest
../cexp/configure: line 4092:  9566 Segmentation fault      (core dumped) ./conftest$ac_cv_exeext
configure:4094: $? = 139
configure:4109: result: yes
configure:4114: checking for suffix of object files
configure:4136: i386-rtems4.11-gcc -c   conftest.c >&5
configure:4140: $? = 0
configure:4161: result: o
configure:4165: checking whether we are using the GNU C compiler
configure:4184: i386-rtems4.11-gcc -c   conftest.c >&5
configure:4184: $? = 0
configure:4193: result: yes
configure:4202: checking whether i386-rtems4.11-gcc accepts -g
configure:4222: i386-rtems4.11-gcc -c -g  conftest.c >&5
configure:4222: $? = 0
configure:4263: result: yes
configure:4280: checking for i386-rtems4.11-gcc option to accept ISO C89
configure:4343: i386-rtems4.11-gcc  -c -g -O2  conftest.c >&5
configure:4343: $? = 0
configure:4356: result: none needed
configure:4378: checking dependency style of i386-rtems4.11-gcc
configure:4489: result: gcc3
configure:4518: checking for i386-rtems4.11-g++
configure:4534: found /opt/rtems-4.11/bin/i386-rtems4.11-g++
configure:4545: result: i386-rtems4.11-g++
configure:4616: checking for C++ compiler version
configure:4625: i386-rtems4.11-g++ --version >&5
i386-rtems4.11-g++ (GCC) 4.8.2 20131016 (RTEMS gcc-4.8.2-2.fc19/newlib-1.20.0-28.fc19)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4636: $? = 0
configure:4625: i386-rtems4.11-g++ -v >&5
Using built-in specs.
COLLECT_GCC=i386-rtems4.11-g++
COLLECT_LTO_WRAPPER=/opt/rtems-4.11/libexec/gcc/i386-rtems4.11/4.8.2/lto-wrapper
Target: i386-rtems4.11
Configured with: ../gcc-4.8.2/configure --prefix=/opt/rtems-4.11 --bindir=/opt/rtems-4.11/bin --exec_prefix=/opt/rtems-4.11 --includedir=/opt/rtems-4.11/include --libdir=/opt/rtems-4.11/lib --libexecdir=/opt/rtems-4.11/libexec --mandir=/opt/rtems-4.11/share/man --infodir=/opt/rtems-4.11/share/info --datadir=/opt/rtems-4.11/share --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=i386-rtems4.11 --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --verbose --with-newlib --with-system-zlib --disable-nls --without-included-gettext --disable-win32-registry --enable-version-specific-runtime-libs --enable-threads --disable-lto --disable-plugin --enable-newlib-io-c99-formats --enable-newlib-iconv --enable-languages=c,c++
Thread model: rtems
gcc version 4.8.2 20131016 (RTEMS gcc-4.8.2-2.fc19/newlib-1.20.0-28.fc19) (GCC) 
configure:4636: $? = 0
configure:4625: i386-rtems4.11-g++ -V >&5
i386-rtems4.11-g++: error: unrecognized command line option '-V'
i386-rtems4.11-g++: fatal error: no input files
compilation terminated.
configure:4636: $? = 1
configure:4625: i386-rtems4.11-g++ -qversion >&5
i386-rtems4.11-g++: error: unrecognized command line option '-qversion'
i386-rtems4.11-g++: fatal error: no input files
compilation terminated.
configure:4636: $? = 1
configure:4640: checking whether we are using the GNU C++ compiler
configure:4659: i386-rtems4.11-g++ -c   conftest.cpp >&5
configure:4659: $? = 0
configure:4668: result: yes
configure:4677: checking whether i386-rtems4.11-g++ accepts -g
configure:4697: i386-rtems4.11-g++ -c -g  conftest.cpp >&5
configure:4697: $? = 0
configure:4738: result: yes
configure:4763: checking dependency style of i386-rtems4.11-g++
configure:4874: result: gcc3
configure:4898: checking dependency style of i386-rtems4.11-gcc
configure:5007: result: gcc3
configure:5031: checking how to run the C preprocessor
configure:5062: i386-rtems4.11-gcc -E  conftest.c
configure:5062: $? = 0
configure:5076: i386-rtems4.11-gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cexp"
| #define PACKAGE_TARNAME "cexp"
| #define PACKAGE_VERSION "CEXP_Release_2_2"
| #define PACKAGE_STRING "cexp CEXP_Release_2_2"
| #define PACKAGE_BUGREPORT "<strauman@xxxxxxxxxxxxxxxxx>"
| #define PACKAGE_URL ""
| #define PACKAGE "cexp"
| #define VERSION "CEXP_Release_2_2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5101: result: i386-rtems4.11-gcc -E
configure:5121: i386-rtems4.11-gcc -E  conftest.c
configure:5121: $? = 0
configure:5135: i386-rtems4.11-gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cexp"
| #define PACKAGE_TARNAME "cexp"
| #define PACKAGE_VERSION "CEXP_Release_2_2"
| #define PACKAGE_STRING "cexp CEXP_Release_2_2"
| #define PACKAGE_BUGREPORT "<strauman@xxxxxxxxxxxxxxxxx>"
| #define PACKAGE_URL ""
| #define PACKAGE "cexp"
| #define VERSION "CEXP_Release_2_2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5167: checking for gcc
configure:5183: found /usr/bin/gcc
configure:5194: result: gcc
configure:5212: checking for i386-rtems4.11-ar
configure:5228: found /opt/rtems-4.11/bin/i386-rtems4.11-ar
configure:5239: result: i386-rtems4.11-ar
configure:5260: checking for i386-rtems4.11-ld
configure:5276: found /opt/rtems-4.11/bin/i386-rtems4.11-ld
configure:5287: result: i386-rtems4.11-ld
configure:5308: checking for i386-rtems4.11-nm
configure:5324: found /opt/rtems-4.11/bin/i386-rtems4.11-nm
configure:5335: result: i386-rtems4.11-nm
configure:5356: checking for i386-rtems4.11-objcopy
configure:5372: found /opt/rtems-4.11/bin/i386-rtems4.11-objcopy
configure:5383: result: i386-rtems4.11-objcopy
configure:5404: checking for i386-rtems4.11-ranlib
configure:5420: found /opt/rtems-4.11/bin/i386-rtems4.11-ranlib
configure:5431: result: i386-rtems4.11-ranlib
configure:5448: checking for install-if-change
configure:5464: found /opt/rtems-4.11/bin/install-if-change
configure:5476: result: install-if-change
configure:5489: checking for i386-rtems4.11-ranlib
configure:5516: result: i386-rtems4.11-ranlib
configure:5631: SUPERPACKAGE_NAME was empty, overriding with PACKAGE_NAME: cexp
configure:5813: checking Checking RTEMS installation topdir
configure:5818: result: OK
configure:5886: checking Looking for RTEMS BSPs pc686
configure:5900: found \'pc686\'
configure:5908: Stripping --enable-rtemsbsp option(s) from commandline
configure:5912: Commandline now:  '--target=i386-rtems4.11' '--host=i386-rtems4.11' '--disable-multilib' '--with-rtems-top=/opt/rtems-4.11' '--enable-html' '--enable-doc' 'host_alias=i386-rtems4.11' 'target_alias=i386-rtems4.11'
configure:5915: Creating BSP subdirectories and sub-configuring
configure:5927: checking Creating pc686
configure:5930: result: OK
configure:5936: Trimming source directory
configure:5958: checking Determining RTEMS Makefile parameters for BSP:
configure:5960: checking for 'GNU make'
configure:5972: result: found: gmake
configure:5990: result: OK: tillac_rtems_cpu_cflags='-mtune=pentiumpro '
tillac_rtems_gccspecs='-B/opt/rtems-4.11/i386-rtems4.11/pc686/lib/ -specs bsp_specs -qrtems '
tillac_rtems_cpu_asflags=''
tillac_rtems_ldflags=' -Wl,-Ttext,0x00100000 '
tillac_rtems_cppflags=
RTEMS_BSP_FAMILY='pc686'
RTEMS_BSP_INSTTOP='/opt/rtems-4.11/i386-rtems4.11/pc686'
configure:6001: checking Checking if RTEMS CC & friends MAKEVARS are already set
configure:6004: result: No (probably a multilibbed build)
configure:6047: Running ..//../cexp/configure  '--target=i386-rtems4.11' '--host=i386-rtems4.11' '--disable-multilib' '--with-rtems-top=/opt/rtems-4.11' '--enable-html' '--enable-doc' 'host_alias=i386-rtems4.11' 'target_alias=i386-rtems4.11' --enable-rtemsbsp=pc686 rtems_bsp=pc686 in pc686 subdir
configure:6062: Creating toplevel makefile
configure:6264: checking that generated files are newer than configure
configure:6270: result: done
configure:6309: creating ./config.status

## ---------------------- ##
## 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

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_APPEXEEXT_set=
ac_cv_env_APPEXEEXT_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DOWNEXT_set=
ac_cv_env_DOWNEXT_value=
ac_cv_env_DOXYGEN_PAPER_SIZE_set=
ac_cv_env_DOXYGEN_PAPER_SIZE_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_RTEMS_BSP_FAMILY_set=
ac_cv_env_RTEMS_BSP_FAMILY_value=
ac_cv_env_RTEMS_BSP_INSTTOP_set=
ac_cv_env_RTEMS_BSP_INSTTOP_value=
ac_cv_env_RTEMS_TILL_MAKEVARS_SET_set=
ac_cv_env_RTEMS_TILL_MAKEVARS_SET_value=
ac_cv_env_SUPERPACKAGE_NAME_set=
ac_cv_env_SUPERPACKAGE_NAME_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-rtems4.11
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i386-rtems4.11
ac_cv_host=i386-pc-rtems4.11
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=i386-rtems4.11-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i386-rtems4.11-gcc
ac_cv_prog_CPP='i386-rtems4.11-gcc -E'
ac_cv_prog_CXX=i386-rtems4.11-g++
ac_cv_prog_HOSTCC=gcc
ac_cv_prog_INSTALL_IF_CHANGE=install-if-change
ac_cv_prog_LD=i386-rtems4.11-ld
ac_cv_prog_NM=i386-rtems4.11-nm
ac_cv_prog_OBJCOPY=i386-rtems4.11-objcopy
ac_cv_prog_RANLIB=i386-rtems4.11-ranlib
ac_cv_prog_STRIP=i386-rtems4.11-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i386-pc-rtems4.11
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dave/src/cexp/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPEXEEXT=''
AR='i386-rtems4.11-ar'
AUTOCONF='${SHELL} /home/dave/src/cexp/missing autoconf'
AUTOHEADER='${SHELL} /home/dave/src/cexp/missing autoheader'
AUTOMAKE='${SHELL} /home/dave/src/cexp/missing automake-1.13'
AWK='gawk'
BINUTILS='binutils'
CC='i386-rtems4.11-gcc'
CCAS='i386-rtems4.11-gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='i386-rtems4.11-gcc -E'
CPPFLAGS=''
CXX='i386-rtems4.11-g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOWNEXT=''
DOXYGEN_PAPER_SIZE=''
DO_CEXPLIB_FALSE=''
DO_CEXPLIB_TRUE=''
DO_DEMO_FALSE=''
DO_DEMO_TRUE=''
DX_COND_chi_FALSE=''
DX_COND_chi_TRUE=''
DX_COND_chm_FALSE=''
DX_COND_chm_TRUE=''
DX_COND_doc_FALSE=''
DX_COND_doc_TRUE=''
DX_COND_dot_FALSE=''
DX_COND_dot_TRUE=''
DX_COND_html_FALSE=''
DX_COND_html_TRUE=''
DX_COND_latex_FALSE=''
DX_COND_latex_TRUE=''
DX_COND_man_FALSE=''
DX_COND_man_TRUE=''
DX_COND_pdf_FALSE=''
DX_COND_pdf_TRUE=''
DX_COND_ps_FALSE=''
DX_COND_ps_TRUE=''
DX_COND_rtf_FALSE=''
DX_COND_rtf_TRUE=''
DX_COND_xml_FALSE=''
DX_COND_xml_TRUE=''
DX_CONFIG=''
DX_DOCDIR=''
DX_DOT=''
DX_DOXYGEN=''
DX_DVIPS=''
DX_EGREP=''
DX_ENV=''
DX_FLAG_chi=''
DX_FLAG_chm=''
DX_FLAG_doc=''
DX_FLAG_dot=''
DX_FLAG_html=''
DX_FLAG_man=''
DX_FLAG_pdf=''
DX_FLAG_ps=''
DX_FLAG_rtf=''
DX_FLAG_xml=''
DX_HHC=''
DX_LATEX=''
DX_MAKEINDEX=''
DX_PDFLATEX=''
DX_PERL=''
DX_PROJECT=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GCC='yes'
GREP=''
HOSTCC='gcc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_IF_CHANGE='install-if-change'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='i386-rtems4.11-ld'
LDFLAGS=''
LIBOBJS=''
LIBPTHREAD=''
LIBS=''
LIBTECLA='libtecla'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/dave/src/cexp/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NM='i386-rtems4.11-nm'
OBJCOPY='i386-rtems4.11-objcopy'
OBJEXEEXT=''
OBJEXT='o'
OBJLINK=''
OS_IS_RTEMS_FALSE='#'
OS_IS_RTEMS_TRUE=''
OS_RTEMS_FALSE=''
OS_RTEMS_TRUE=''
PACKAGE='cexp'
PACKAGE_BUGREPORT='<strauman@xxxxxxxxxxxxxxxxx>'
PACKAGE_NAME='cexp'
PACKAGE_STRING='cexp CEXP_Release_2_2'
PACKAGE_TARNAME='cexp'
PACKAGE_URL=''
PACKAGE_VERSION='CEXP_Release_2_2'
PATH_SEPARATOR=':'
RANLIB='i386-rtems4.11-ranlib'
RTEMS_BSP='pc686'
RTEMS_BSP_CLASS=''
RTEMS_BSP_FAMILY=''
RTEMS_BSP_INSTTOP=''
RTEMS_TILL_MAKEVARS_SET='NO'
SEGS_CPU_SRC=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='i386-rtems4.11-strip'
SUPERPACKAGE_NAME='cexp'
THESUBDIRS=''
USEBFD_FALSE=''
USEBFD_TRUE=''
USEELFSYMS_FALSE=''
USEELFSYMS_TRUE=''
USELOADER_FALSE=''
USELOADER_TRUE=''
USEOPCODES_FALSE=''
USEOPCODES_TRUE=''
USEPMBFD_FALSE=''
USEPMBFD_TRUE=''
USETECLA_FALSE=''
USETECLA_TRUE=''
VERSION='CEXP_Release_2_2'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_rtemsbsp='pc686'
exec_prefix='${prefix}'
host='i386-pc-rtems4.11'
host_alias='i386-rtems4.11'
host_cpu='i386'
host_os='rtems4.11'
host_vendor='pc'
hostbindir='$(prefix)/host/$(build_alias)/bin'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/dave/src/cexp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
multi_basedir='../cexp/.'
oldincludedir='/usr/include'
package_subdir='target/${SUPERPACKAGE_NAME}'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s&^&i386-rtems4.11-&'
psdir='${docdir}'
rtems_bsp='pc686'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='../cexp'
subdirs=''
sysconfdir='${prefix}/etc'
target='i386-pc-rtems4.11'
target_alias='i386-rtems4.11'
target_cpu='i386'
target_os='rtems4.11'
target_vendor='pc'
the_distsub='$(firstword pc686)'
the_subdirs='pc686'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cexp"
#define PACKAGE_TARNAME "cexp"
#define PACKAGE_VERSION "CEXP_Release_2_2"
#define PACKAGE_STRING "cexp CEXP_Release_2_2"
#define PACKAGE_BUGREPORT "<strauman@xxxxxxxxxxxxxxxxx>"
#define PACKAGE_URL ""
#define PACKAGE "cexp"
#define VERSION "CEXP_Release_2_2"

configure: exit 0
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux