On Sat, Jul 14, 2001 at 07:48:40PM +0200, Akim Demaille wrote:
>
> This is our release candidate but for the remaining F77 issues.
> Please, test it hard, make it suffer.
[...]
Hi Akim,
is there a (good ;)) reason why Autoconf 2.50 do not respect its own
advice, e.g. by not renaming configure.i
This is our release candidate but for the remaining F77 issues.
Please, test it hard, make it suffer.
ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.50c.tar.gz (831k
autoconf-2.50c.tar.gz)
Here is the MD5 signature for the .tar.gz file
ffefa705abf8d255ebb9b6e756f31957 autoconf-2.50c.
> "Genty" == Genty Jean-Paul <[EMAIL PROTECTED]> writes:
Genty> Hi
Genty> I assume I installed myfile.h in $HOME/local/include/mylib
Genty> I want to AC_CHECK_HEADER this file. In configure.in I do:
Genty> CXXCPPFLAGS="$CXXCPPFLAGS -I$HOME/local/include"
Genty> CPPFLAGS="$CPPFLAGS
> "Otto" == Otto Wyss <[EMAIL PROTECTED]> writes:
Otto> I've copied the following AC_ARG_WITH statement from GTK+-2.0
Otto> configure.in into my configure.in, put if a use './configure
Otto> --with-gdktarget=test' it does nothing in my script while it
Otto> correctly shows the error in GTK+-2
I've copied the following AC_ARG_WITH statement from GTK+-2.0 configure.in into
my configure.in, put if a use './configure --with-gdktarget=test' it does
nothing in my script while it correctly shows the error in GTK+-2.0. What do I
have to do it will work in my script as well?
O. Wyss
-- config
> I've been trying to compile one of my programs on a new Linux
> installation (Czech RedHat 7.1), but configure failed:
> ...
> checking whether c++ accepts -g... yes
> checking for ranlib... ranlib
> checking host system type... configure: error: can not guess host type;
> you must specify one
>
Hi,
I've been trying to compile one of my programs on a new Linux
installation (Czech RedHat 7.1), but configure failed:
...
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking host system type... configure: error: can not guess host type;
you must specify one
On my hom