automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question to the subpackage feature


From: Andreas Otto
Subject: question to the subpackage feature
Date: Wed, 25 Nov 2009 10:39:54 +0100
User-agent: KMail/1.10.3 (Linux/2.6.27.37-0.1-default; KDE/4.1.3; x86_64; ; )

Hi,

 I have integrated an subpackage into an already existing package
 everything works well but one problem still exists

  the debugging feature is turned on in the toplevel package with
  --enable-symbols and in the subpackage with --enable-debug
  some kind of translation is necessary

        -> how I can do this ?

  in generell all commandline arguments from the toplevel
  package are send to the subpackage even if the arguments
  have no meaning in the subpackage

        -> how I solve this issue ?


example:

toplevel ...
+ bash ./configure --prefix=/tmp/libmsgque-install --enable-symbols --enable-
tcl --enable-cxx --enable-threads

subpackage ...
=== configuring in tokyocabinet-1.4.39 
(/home/dev1usr/Project/libbrain/tokyocabinet-1.4.39)
configure: running /bin/sh ./configure --disable-option-checking '--
prefix=/tmp/libmsgque-install'  '--enable-symbols' '--enable-tcl' '--ena
ble-cxx' '--enable-threads' 'CC=ccache gcc' 'CXX=ccache g++' --cache-
file=/dev/null --srcdir=.


in addition: confiure --help does only show the help-page from the
toplevel package and does not provide any information from the
subpackage ...



mfg

  Andreas Otto


reply via email to

[Prev in Thread] Current Thread [Next in Thread]