[±¤°í] ¿ì¼ö°í°´´Ô²² ÀüÈ­±â¸¦ ¹«·á·Î µå¸³´Ï´Ù.

2002-02-22 Thread Çï·Î¿ìÅÚ
Title: HelloTel

Re: AC_SHARED_DISABLE, link on Solaris

2002-02-22 Thread Alain BARBET
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 like

How to add a directory with datafiles

2002-02-22 Thread 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 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

Re: How to add a directory with datafiles

2002-02-22 Thread Guido Draheim
*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 to

Re: How to add a directory with datafiles

2002-02-22 Thread Guido Draheim
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}

install-includeHEADERS

2002-02-22 Thread Ted Irons
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

Re: apparent bug in aclocal.m4

2002-02-22 Thread Paul Eggert
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 at cvs