autoconf
[Top][All Lists]
Advanced

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

Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3


From: Akim Demaille
Subject: Re: [Akim Demaille <address@hidden>] Re: Shell crash on SunOS 4.1.3
Date: 25 Jan 2001 16:24:45 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

| Akim,
| I installed that version of autoconf and put your script in a file
| called "foo":
| 
| address@hidden> sh foo
| configure: loading cache /dev/null
| configure: creating ./config.status
| config.status: creating file
| config.status: creating header.h
| BAR
| /* header.h.  Generated automatically by configure.  */
| #define FOO BAR
| address@hidden>
| 
| How's that?

Goooood!  Thanks!  Hm, on second thought, I'd be even more reassured
with a actual list (I mean several items):

cat >configure.in <<EOF
AC_INIT
AC_CONFIG_FILES(file1 file2)
echo "@FOO@" >file1.in
echo "@FOO@" >file2.in
AC_SUBST(FOO, BAR)
AC_OUTPUT
EOF
autoconf
./configure
cat file1 file2

Thanks!



reply via email to

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