> From: Per Bothner <[EMAIL PROTECTED]>
> Date: Fri, 22 Feb 2002 17:24:24 -0800
>
> I found a problem when trying to configure rhug with srcdir=".".
> It would try to mkdir /.deps. The reason was (it seemed) to be a bug
> in configure. Since configure is generated by autoconf, I took a
> look a
The way that C++ include files are
currently installed can trigger a multitude
of expensive recompilations (esp. if
the include files contain templates).
To change the way that C++ include files
are installed I am currently using
@INSTALL_HEADERS@
in the Makefile.am's
and using
INSTALL_HEA
>>> "Samuel" == Samuel Meder <[EMAIL PROTECTED]> writes:
Samuel> I'm looking for a way to make automake to hit a custom
Samuel> target the first thing it does (eg something that is
Samuel> like all-local, but gets executed before anything
Samuel> else). Is there a simple way of achieving this
oh, and don't forget to list the directory in the .spec file,
and otherwise, 'see you on news:alt.os.linux.mandrake
%files
%_prefix/games/blabla/xyz/*
Es schrieb Guido Draheim:
>
> *RTFM*
>
> xyzdir = ${prefix}/games/blabla/xyz
> xyz_DATA = myfile.jpg yourfile.wav
> EXTRA_DIST = ${xyz_DATA
*RTFM*
xyzdir = ${prefix}/games/blabla/xyz
xyz_DATA = myfile.jpg yourfile.wav
EXTRA_DIST = ${xyz_DATA}
Es schrieb Sander van Geloven:
>
> Hi,
>
> Can anyone give me a simple example of how to add a directory called xyz with
> data
> files to an RPM. I'm using automake and suppose that I have t
Hi,
Can anyone give me a simple example of how to add a directory called xyz with
data
files to an RPM. I'm using automake and suppose that I have to alter
Makefile.am, configure.in and blabla.spec.in
It concerns a game (for Mandrake Linux) so i want the files in
/usr/share/games/blabla/xyz
B
> 1/ Does someone know how use this variable (AC_SHARED_DISABLE) but only
> for some Makefile and not others ?
In fact I want use configure enable-shared=... but in Makefile.am:
I've in this projet modules, and libraries. First isn't linked to final
bin, but second yes.
so I have something lik
Title: HelloTel