RE: What to check into repository?

2007-12-04 Thread Hongliang Wang
Thank you for this piece of advice and I am dropping autogen.sh from repository now, but compiling still fails. [EMAIL PROTECTED]> autoreconf Makefile.am: required file `./NEWS' not found Makefile.am: required file `./AUTHORS' not found Makefile.am: required file `./ChangeLog' not found Makefile

RE: What to check into repository?

2007-12-04 Thread Hongliang Wang
Thanks for your advice. I checked in Makefile.in Makefile.am and configure.ac. And also an execute file called autogen.sh, because this file can be used to generate other things automatically. However, when I check out and execute the autogen.sh and make, compiling fails with the following er

What to check into repository?

2007-12-03 Thread Hongliang Wang
Hello all, My company decides to make part of our software source code open-sourced. For this part, we will use automake & autoconf tools to generate the installation package (.tar.gz). However, the current problem is that we cannot decide what to check into our own software repository. The .c

RE: How to put right files in to "doc" directory

2007-11-02 Thread Hongliang Wang
Thanks! it works! > Date: Fri, 2 Nov 2007 09:51:58 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: How to put right files in to "doc" directory > > Hello, > > * Hongliang Wang wrote on Fri, Nov 02, 2007 at 09:38

How to put right files in to "doc" directory

2007-11-02 Thread Hongliang Wang
Hello all, Currently I have all the document files in top-level directory, $ ls AUTHORSMakefile.am aclocal.m4 config.status* install-sh* util/ COPYINGMakefile.in compile* configure* missing*zizzy.man ChangeLog NEWS

RE: Cannot see CFLAGS

2007-10-23 Thread Hongliang Wang
> Date: Mon, 22 Oct 2007 16:00:58 -0700 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: Cannot see CFLAGS > > Hongliang Wang wrote: > >> zizzy_LDADD = ../gen/libzizzy.a ../ora/libzizora.a >> zizzy_CFLAGS = -Wall -

RE: Cannot see CFLAGS

2007-10-23 Thread Hongliang Wang
> CC: automake@gnu.org > From: [EMAIL PROTECTED] > Subject: Re: Cannot see CFLAGS > Date: Mon, 22 Oct 2007 18:56:22 +0200 > To: [EMAIL PROTECTED] > > On Oct 22, 2007, at 5:07 PM, Hongliang Wang wrote: > >> Hello, all. >> >> I built two libraries in

Cannot see CFLAGS

2007-10-22 Thread Hongliang Wang
Hello, all. I built two libraries in two directories (gen and ora) respectively and now are building the executable program in "util" directory linked against the previous libraries. However, errors arise when compling. [EMAIL PROTECTED]> make make all-recursive make[1]: Entering directory `/

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Thanks! it works now. > CC: automake@gnu.org> From: [EMAIL PROTECTED]> Subject: Re: Version question > and "No rule to make target" question> Date: Mon, 22 Oct 2007 15:18:19 +0200> > To: [EMAIL PROTECTED]> > On Oct 22, 2007, at 2:57 PM, Hongliang Wang

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
util.c'. Trying pattern rule with stem `zizutil'. Trying implicit prerequisite `zizutil.w'. Looking for a rule with intermediate file `zizutil.w'. Avoiding implicit rule recursion. Trying pattern rule with stem `zizutil.w'.

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Thanks for the reply. > CC: automake@gnu.org > From: [EMAIL PROTECTED] > Subject: Re: Version question and "No rule to make target" question > Date: Mon, 22 Oct 2007 10:39:57 +0200 > To: [EMAIL PROTECTED] > > On Oct 22, 2007, at 9:56 AM, Hongliang Wang wrote: >

RE: Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
> From: [EMAIL PROTECTED]> To: automake@gnu.org> Date: Mon, 22 Oct 2007 > 07:56:44 +> Subject: Version question and "No rule to make target" > question> > > Hello all,> > I am new to automake and have been struggling for > a while. I have two questions and would appreciate if anyone could h

Version question and "No rule to make target" question

2007-10-22 Thread Hongliang Wang
Hello all, I am new to automake and have been struggling for a while. I have two questions and would appreciate if anyone could help. 1, My automake version is higher than 1.10, could that be possible? [EMAIL PROTECTED]> automake --versionautomake (GNU automake) 1.6.3Written by Tom Tromey