Re: Make dist problem

2008-10-06 Thread Ralf Wildenhues
Hello Laurent, * [EMAIL PROTECTED] wrote on Mon, Oct 06, 2008 at 02:04:49PM CEST: > > I'm using autoconf 2.61 and automake 1.8 and I've got a probleme with > the 'make dist' target. > He the AC_CONFIG_FILES: > AC_CONFIG_FILES( > po/Makefile.in > Makefile > src/Makefile > config/gcdk.pc >

Make dist problem

2008-10-06 Thread laurent
Hello, I'm using autoconf 2.61 and automake 1.8 and I've got a probleme with the 'make dist' target. Some of the files into the 'AC_CONFIG_FILES' does not go into the archive: He the AC_CONFIG_FILES: AC_CONFIG_FILES( po/Makefile.in Makefile src/Makefile config/gcdk.pc config/gcdk

Re: "make dist" problem...

2007-01-18 Thread Enrico
Ralf Wildenhues ha scritto: M4 strips leading white space in macro arguments, but not trailing white space. Cheers, Ralf I've tried it and now all works well! Thanks for the help! Enrico

Re: "make dist" problem...

2007-01-18 Thread Ralf Wildenhues
* Enrico wrote on Thu, Jan 18, 2007 at 10:32:56PM CET: > > I'm using automake (GNU automake) 1.9.6 and this is the requested output: [...] > if test -f $file || test -d $file; then d=.; else d=.; fi; \ > dir=`echo "$file" | sed -e 's,/[^/]*$,,'`; \ > if test "$dir" != "$fil

Re: "make dist" problem...

2007-01-18 Thread Ralf Wildenhues
Hello Enrico, * Enrico wrote on Thu, Jan 18, 2007 at 10:12:39PM CET: > > I have a little problem with my small project...every time I use the > "make dist" command I obtain the following output: > > [EMAIL PROTECTED]:~/Desktop/DAMA$ make dist > { test ! -d pegsolitaire-0.1 || { find pegsolitai

Re: "make dist" problem...

2007-01-18 Thread Enrico
Ralf Wildenhues ha scritto: Which Automake version was used to bootstrap this package? Please also print the first 20 or so lines of output from make -n dist Thanks, Ralf Hi! I'm using automake (GNU automake) 1.9.6 and this is the requested output: { test ! -d pegsolitaire-0.1 || {

"make dist" problem...

2007-01-18 Thread Enrico
Hi all! I have a little problem with my small project...every time I use the "make dist" command I obtain the following output: [EMAIL PROTECTED]:~/Desktop/DAMA$ make dist { test ! -d pegsolitaire-0.1 || { find pegsolitaire-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr pegsolita

Re: Newbie Request for Help (make dist problem)

2003-12-09 Thread J. Scott Amort
On Tue, 2003-12-09 at 09:27, Tom Tromey wrote: > Yeah, you can do this. It's a bit more idiomatic to list header > files in a _SOURCES somewhere. They are ignored for purposes of > compilation, but are distributed. Thanks for the advice - I'll move the header files into the _SOURCES list. Best

Re: Newbie Request for Help (make dist problem)

2003-12-09 Thread Tom Tromey
> "Scott" == J Scott Amort <[EMAIL PROTECTED]> writes: Scott> - include Scott> - src Scott>- subdir1 Scott>- subdir2 Scott> - extra Scott> - build Scott>- src Scott> The configure.ac, Makefile.am, etc. files are located in the Scott> src subdirectory of the build directory at the

Newbie Request for Help (make dist problem)

2003-12-04 Thread J. Scott Amort
Hello All, I am relatively new to the autoconf, automake, libtool tools, and am converting a project over to using them. I have a question relating to creating a proper Makefile.am to run a 'make dist' from, and although I have read through the online manuals numerous times, I can't quite figure