[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
autoconf driving me mad
- From: Christoph Höger <choeger cs tu-berlin de>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: autoconf driving me mad
- Date: Mon, 07 Jan 2008 14:07:59 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hey there,
i want to patch & build openccs under fedora.
So I have to do the autoconf/automake chain. No problem at all, but one
special thing makes me wanne cry:
I see the following line in configure.in (yes its an relatively old
tarball):
GLOB_INCLUDE="-I${srcdir} -I${srcdir}/include"
AC_SUBST(GLOB_INCLUDE)
This means I have config headers in the include subdirectory, where I
actually build the package.
But my autoconf adds the following lines to the ./configure script:
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
srcdir=.
fi
How can I fix that?
thank you
christoph
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFHgiQvhMBO4cVSGS8RAndJAKC61XYSSwvxgd1qgk2MzAkZyYjGSQCgp2fn
VS5yuH5unMCEi7Jx7sucei8=
=6IMK
-----END PGP SIGNATURE-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]