autoconf
[Top][All Lists]
Advanced

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

Re: regenerating a script specified in AC_CONFIG_FILES


From: Adam Mercer
Subject: Re: regenerating a script specified in AC_CONFIG_FILES
Date: Mon, 12 Oct 2009 11:21:11 -0500

On Thu, Oct 8, 2009 at 16:03, Ralf Wildenhues <address@hidden> wrote:

> Can you post configure.ac and the Makefile.am, or a small example
> package that reproduces the issue?

I've attached a simple example package that reproduces the problem:

address@hidden example]$ autoreconf
address@hidden example]$ ./configure
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for a Python interpreter with version >= 2.4... python
checking for python... /opt/local/bin/python
checking for python version... 2.6
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.6/site-packages
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/git_version
config.status: creating lib/Makefile
config.status: executing default-1 commands
address@hidden example]$ make
Making all in lib
creating LALVCSInfo.h
make  all-am
make[1]: Nothing to be done for `all-am'.
address@hidden example]$ vim lib/git_version.in
address@hidden example]$ make
Making all in lib
make  all-am
make[2]: Nothing to be done for `all-am'.
make[1]: Nothing to be done for `all-am'.
address@hidden example]$

Cheers

Adam

Attachment: example.tar.bz2
Description: BZip2 compressed data


reply via email to

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