autoconf
[Top][All Lists]
Advanced

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

Re: What am I missing?


From: Akim Demaille
Subject: Re: What am I missing?
Date: 01 Oct 2001 11:10:04 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| I have a real simple need - I want to build a simple distribution tarball
| with the VERSION variable substituted into a few files.
| 
| The following fragments demonstrate the problem I'm having with the
| larger/real package:
| 
| address@hidden> configure
| checking for a BSD compatible install... /usr/bin/install -c
| checking whether build environment is sane... yes
| checking for mawk... no
| checking for gawk... no
| checking for nawk... no
| checking for awk... awk
| checking whether make sets ${MAKE}... yes
| configure: creating ./config.status
| ./config.status: cannot create /subs.frag: permission denied
| ./config.status: 215: Syntax error: "fi" unexpected
| address@hidden>
| 
| Here are the 3 files needed to reproduce this problem (automake-1.5,
| autoconf-2.52):
| 
| --Makefile.am:
| AUTOMAKE_OPTIONS = foreign
| 
| EXTRA_DIST = README
| --README.in:
| Foo Version @VERSION@
| --configure.ac:
| AC_INIT(README.in)
| AM_INIT_AUTOMAKE(Foo, 2.43)
| 
| AC_CONFIG_FILES([Makefile, README])

                   Makefile README




reply via email to

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