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

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

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

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: 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:35AM CET: Currently I have all the document

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 two directories (gen and ora) respectively and now

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 -Werror `pkg-config --cflags glib-2.0` zizzy_LDFLAGS

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

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 help. 1, My

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: [EMAIL PROTECTED] make make all-recursive

RE: Version question and No rule to make target question

2007-10-22 Thread Hongliang Wang
noinst_LIBRARIES = libzizzy.a libzizzy_a_SOURCES = zizutil.c zizzy.c CC: automake@gnu.org From: [EMAIL PROTECTED] Subject: Re: Version question and No rule to make target question Date: Mon, 22 Oct 2007 14:18:51 +0200 To: [EMAIL PROTECTED] On Oct 22, 2007, at 1:03 PM, Hongliang Wang wrote

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 wrote: [EMAIL PROTECTED] cd gen make -d

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