How to know the current directory of configure and how to put it in a include directori

Simon Ejsing simon at esoft.dk
Thu Apr 24 11:51:45 BST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 24 April 2003 12:35, Leopold Palomo Avellaneda wrote:
> Well, first I answer myself:
>
> in the configure.in put:
>
>  PWD=`pwd`
> SUBDIR=`pwd`
> SUBDIR="-I$SUBDIR/mydirectorifromthecurrent"
>
> Note: no $PWD.
>
> Now my question is how I can put it in the var of all_inlcudes values. I
> have tested to put:
> USER_INCLUDES="$USER_INCLUDES $SUBDIR"
>
> all_libraries="$all_libraries $USER_LDFLAGS"
> all_includes="$all_includes $USER_INCLUDES"
>

	Try it without ""
all_libraries=$all_libraries $USER_LDFLAGS
all_includes=$all_includes $USER_INCLUDES

> but it doesn't work. Why?
>
> regards

- -- 
Simon Ejsing, Systemudvikler
esoft ApS, http://www.esoft.dk
Kongensgade 66-68, DK-5000 Odense C.
Tlf: 70 222 466, Fax: 63 122 466
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+p8HC0ZtqfKNZvaARAs6gAJ4wCI5YNtJM7mVig9x7fMxW0+PvNgCeOi+q
DbJBhnZp9FKEnwySf2Bhy7Y=
=fZEL
-----END PGP SIGNATURE-----


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list