Re: regenerating a script specified in AC_CONFIG_FILES

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

 



On Thu, Oct 8, 2009 at 16:03, Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> 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:

[ram@mimir example]$ autoreconf
[ram@mimir 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
[ram@mimir example]$ make
Making all in lib
creating LALVCSInfo.h
make  all-am
make[1]: Nothing to be done for `all-am'.
[ram@mimir example]$ vim lib/git_version.in
[ram@mimir 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'.
[ram@mimir example]$

Cheers

Adam

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

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://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