Syntax error in configure script on Irix

2003-02-27 Thread Daniel
et_valid png_set_tRNS_to_alpha do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 [...] /Daniel

unsubscribe

2003-08-22 Thread daniel
allo   i would like to unsubscribe from the mailing list.   can the webmaster please take action immediately or advise steps to achieve that.   ciao   daniel  

un-subscribe

2003-09-26 Thread daniel
allo   this is my 2nd email to un-subscribe from automake. do take action to stop mails from coming .   ciao daniel.

variables in _SOURCES

2016-06-12 Thread Daniel Pocock
According to the "Warning" in this page[1], it is not permitted to use variables in _SOURCES. Is this deliberate or is it a bug? In our project, we started getting the warnings about subdir-objects and so we added[2] AM_INIT_AUTOMAKE([foreign subdir-objects]) However, since that time the bu

Re: More control over 'make dist'

2016-09-15 Thread Daniel Herring
kages, there are plenty of natural places to hide this. Many related pieces of infrastructure, including Debian packages, have the same basic symlink packing issue and workaround. - Daniel On Wed, 14 Sep 2016, Michal Privoznik wrote: Dear list, I'm a libvirt devel and I've ran i

TAP colors

2017-10-26 Thread Daniel Herring
people with non-ANSI terminals could do whatever their terminal requires. Implementing #2 might also simplify #1. Plain text has empty escape sequences... Later, Daniel

Re: Proposal Accepted for GSoC

2018-04-27 Thread Daniel Herring
ad. https://jeffreykegler.github.io/personal/timeline_v3 If you have trouble with grammars, then ANTLR has some good tools but unfortunately no Perl support. http://www.antlr.org/tools.html - Daniel

Re: Relative path without realpath

2020-10-09 Thread Daniel Herring
I would use or copy the definition in GNU Autoconf. Portable and battle tested. You can dig through their macros or look in a configure script to see how they generate abs_builddir, abs_srcdir, abs_top_builddir, ... - Daniel On Fri, 9 Oct 2020, Cristian Morales Vega wrote: I would like

Re: Automake testsuite misuses DejaGnu

2021-07-12 Thread Daniel Herring
(chaos) may ensue. Is there an explicit command-line argument that could be added to the Automake invocation? -- Daniel On Mon, 12 Jul 2021, Jacob Bachmeyer wrote: Karl Berry wrote: DejaGnu has always required a DejaGnu testsuite to be rooted at a "testsuite" directory If som

Re: Automake for RISC-V

2021-11-20 Thread Daniel Herring
a special "make dist" rule. The dist rule uses automake on a host computer to produce a tarball. This dist tarball requires make and a compiler, but it does not require automake. -- Daniel On Sun, 21 Nov 2021, Billa Surendra wrote: On Sun, 21 Nov, 2021, 2:28 am Nick Bowler, wr

Re: portability of xargs

2022-02-14 Thread Daniel Herring
s, static and dynamic probing, ... -- Daniel On Mon, 14 Feb 2022, Mike Frysinger wrote: context: https://bugs.gnu.org/53340 how portable is xargs ? like, beyond POSIX, as autoconf & automake both support non-POSIX compliant systems. i want to use it in its simplest form: `echo $var | xar

Re: portability of xargs

2022-02-15 Thread Daniel Herring
On Tue, 15 Feb 2022, Jan Engelhardt wrote: On Tuesday 2022-02-15 07:16, Daniel Herring wrote: Maybe a next-generation configuration tool should start by defining interfaces for user interactions and build tools. This would allow CLI and easy GUI and IDE users, integration with multiple

Re: Questions...

2007-02-11 Thread Daniel Leidert
he DESTDIR variable. AFAIK there is no macro for recursively copying a directory (or I never found it :)). Regards, Daniel

Re: automake does not install mkinstalldirs?

2007-03-12 Thread Daniel Leidert
h -d' now) and doesn't copy/link mkinstalldirs anymore. You would have to copy it yourself, if you still need it. Regards, Daniel

Re: Install library sources with automake

2007-03-24 Thread Daniel Leidert
ible with older autoconf releases, you can use: if test -n "$docdir"; then docdir="${datadir}/doc/${PACKAGE}" AC_SUBST([docdir]) fi HTH & regards, Daniel

Re: How do I get automake to create compressed man pages?

2007-04-18 Thread Daniel Leidert
How do I make it create and install a compressed > man page version myprog.1.gz? What about: man1_MANS = myprog.1.gz %.1.gz : %.1 gzip $< -c > $@ ? Regards, Daniel

Re: Problem with distribution of bin_SCRIPTS

2007-05-29 Thread Daniel Leidert
ry I cannot get automake to work using the > following set-up: > > * The script source is distributed > * The script is NOT distributed but is generated from the source I guess then you want to use noinst_SCRIPTS or BUILT_SOURCES instead of bin_SCRIPTS. Regards, Daniel

Re: make distcheck and the /etc dir

2007-06-04 Thread Daniel Leidert
/etc And if you want to make this the default, set it in your configure script: AC_SUBST([sysconfdir],[/etc]) However, you should carefully think about this. I personally would leave it up to the user to choose a directory. Regards, Daniel

Re: make distcheck and the /etc dir

2007-06-05 Thread Daniel Leidert
han just once (e.g. $datadir needs at least two eval calls). People often use a loop to do this. IMHO it's easier to use DEFS instead here: DEFS += -DSYSCONFDIR=\"$(sysconfdir)\" -DPKGDATADIR=\"$(pkgdatadir)\" and don't use config.h for this. Regards, Daniel

Re: Is including a custom dist-foo into distcheck impossible

2007-06-07 Thread Daniel Leidert
y along with an orig.tar.gz does > not make a great deal of sense. Can you provide a link to your project? Are you using a special VCS? Regards, Daniel

Re: make distcheck and the /etc dir

2007-06-10 Thread Daniel Leidert
Am Sonntag, den 10.06.2007, 09:01 +0200 schrieb Ralf Wildenhues: > * Daniel Leidert wrote on Mon, Jun 04, 2007 at 07:38:18PM CEST: > > Am Montag, den 04.06.2007, 15:56 +0200 schrieb Jason Curl: > > > > > ># Makefile.am for installing configuration data

Re: Adding extra rules to make

2007-06-21 Thread Daniel Leidert
d.pl > > all: $(BIN) This should be `all-local:'. The all-target is automatically created by automake. > # When we 'make' we create generate the bin files > .txt.bin: > perl pxxd.pl $< $@ I guess, you further need a SUFFIXES = .txt .bin Then it works here. Regards, Daniel

Re: Strictness

2007-08-11 Thread Daniel Leidert
angelog entry as commit message, which is IMO different to the OPs opinion, that changelogs are the duplicate of the svn/cvs logs. The commit message is more a duplicate of the changelog entry. Of course, just my humble opinion. Regards, Daniel

ifdef ... endif issue

2007-08-25 Thread Daniel Leidert
I know several Makefiles, that use it. Is it a bug in automake? Regards, Daniel

Re: ifdef ... endif issue

2007-08-26 Thread Daniel Leidert
Am Sonntag, den 26.08.2007, 01:28 +0200 schrieb Benoit SIGOURE: > On Aug 26, 2007, at 12:04 AM, Daniel Leidert wrote: [..] > > I wanted to use this code in one of my Makefiles: > > > > ifdef WIN32_EXTRA_LDFLAGS > > WIN32_EXTRA_LDFLAGS += -export-symbols $(src

distcheck does not set exec_prefix - bug? distcheck fails for packages using e.g. pkglibdir

2007-10-16 Thread Daniel Leidert
x (at least following the Makefiles produced on my system). So, shouldn't you set exec_prefix in distdir.am too? Or is there a bug missing to set exec_prefix to ${prefix}? Or am I misunderstanding something? System running is a recent Debian Sid with automake 1.10 Regards, Daniel

Re: distcheck does not set exec_prefix - bug? distcheck fails for packages using e.g. pkglibdir

2007-10-16 Thread Daniel Leidert
Am Mittwoch, den 17.10.2007, 02:41 +0200 schrieb Daniel Leidert: > Hi, > > Today I observed an issue when I tried to run `make distcheck' as usual > for one of the project I'm contributing to. The issue was, that > distcheck failed at the step of installing a library.

Re: Make syntax $(srcdir) in Makefile.am problem

2008-02-12 Thread Daniel Leidert
d) is not related to $(srcdir). Regards, Daniel

Re: pkg-config, anyone?

2008-10-10 Thread Daniel Leidert
lated to pkg-config. Maybe you want to consult the autotools lists. Regards, Daniel -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

Re: pkg-config, anyone?

2008-10-11 Thread Daniel Leidert
ive a short example, what you expect. [..] > > BTW: Your question is not related to pkg-config. Maybe you want to consult > > the > > autotools lists. > I actually did. This is the automake mailing list :-) The price of having both lists :) I hope you don't mind. Regards, Daniel

Re: Define a complete rule via autoconf (quoting issue, AC_SUBST)

2008-11-01 Thread Daniel Leidert
Am Dienstag, den 28.10.2008, 07:50 +0100 schrieb Ralf Wildenhues: > Hi Daniel, > > * Daniel Leidert wrote on Mon, Oct 27, 2008 at 11:04:34PM CET: > > > > I want to place a rule in several Makefiles. So I thought about putting > > > > @DESKTOP_DATA_RULE@ &g

Re: AVRDUDE-5.8

2009-09-27 Thread Daniel Herring
... Wrong bug tracker. Someone here might know, but you should try the mailing lists and bugs tracker listed at the top of http://savannah.nongnu.org/projects/avrdude/ - Daniel

Re: Docbook pdf generation - copying png images to build directory?

2009-11-13 Thread Daniel Leidert
fine the path to images via parameter and then set this parameter on xsltproc/fop call. For the first mentioned: xsltproc --stringparam image.path "$(srcdir)" This is how docbook-xsl works (to include the pictures for warnings, notes, ...). There is IMHO no need to copy the files around.

Re: Docbook pdf generation - copying png images to build directory?

2009-11-14 Thread Daniel Leidert
Ralf Wildenhues wrote: > * Daniel Leidert wrote on Fri, Nov 13, 2009 at 10:19:43PM CET: > > Clifford Yapp wrote: > > > I have a situation where I need to copy png images from a source > > > directory to the build directory prior to running other build rules, > &g

making config files

2010-01-13 Thread Daniel Pocock
last moment - probably during `make install', just before they are installed. Can anyone suggest best practice for doing this? Regards, Daniel

Re: making config files

2010-01-13 Thread Daniel Pocock
Peter Johansson wrote: Daniel Pocock wrote: Therefore, I felt that I should be aiming to have the config files generated at the last moment - probably during `make install', just before they are installed. Can anyone suggest best practice for doing this? please refer to

Re: making config files

2010-01-13 Thread Daniel Pocock
Russ Allbery wrote: Daniel Pocock writes: Thanks for that - the sed example appears to be the type of thing I want. However, is there a more concise way to do this? I was thinking there may be some way to invoke sed or m4 on a template in much the way that gcc is invoked for

Re: making config files

2010-01-14 Thread Daniel Pocock
Russ Allbery wrote: Daniel Pocock writes: Thanks for that - the sed example appears to be the type of thing I want. However, is there a more concise way to do this? I was thinking there may be some way to invoke sed or m4 on a template in much the way that gcc is invoked for

Re: making config files

2010-01-15 Thread Daniel Pocock
You probably mean $(top_builddir) Thanks - I'll fix that one %: %.tmpl $(FIXCONFIG) $(FIXCONFIG) $< AFAIU, %: %.tmpl is GNU Make specific and won't work with other makes. I realised the same thing and took it out and put something like the following into each Makefile.am: include $(top

AIX linking: -berok in aclocal.m4 and libtool

2010-01-16 Thread Daniel Pocock
xpfull" to LDFLAGS or GLDFLAGS in various places. This all comes out of - bug report (Ganglia bug 227) http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=227 - and subsequent email discussion http://www.mail-archive.com/ganglia-develop...@lists.sourceforge.net/msg05463.html Regards, Daniel

Re: AIX linking: -berok in aclocal.m4 and libtool

2010-01-16 Thread Daniel Pocock
Ralf Wildenhues wrote: Hello Daniel, * Daniel Pocock wrote on Sat, Jan 16, 2010 at 02:09:55PM CET: Could anyone share any advice on using autoconf and automake to prepare a distribution tarball that will work on AIX? Normally, I build the tarball on Linux (Debian 5). The AIX users need to

AIX shared libraries, make install misses them

2010-01-28 Thread Daniel Pocock
We have been working on getting the Ganglia tarball to work out of the box for AIX The tarball is bootstrapped using autotools on Debian 5. When Michael does `make install', the *.so files for our modules are not installed. Instead, he sees output like this from `make install': -

Re: AIX shared libraries, make install misses them

2010-01-28 Thread Daniel Pocock
Daniel Pocock wrote: We have been working on getting the Ganglia tarball to work out of the box for AIX The tarball is bootstrapped using autotools on Debian 5. When Michael does `make install', the *.so files for our modules are not installed. Instead, he sees output like this

Re: AIX shared libraries, make install misses them

2010-01-28 Thread Daniel Pocock
Ralf Wildenhues wrote: Hello Daniel, * Daniel Pocock wrote on Thu, Jan 28, 2010 at 03:21:24PM CET: We have been working on getting the Ganglia tarball to work out of the box for AIX When Michael does `make install', the *.so files for our modules are not installed. Instea

Re: AIX shared libraries, make install misses them

2010-01-29 Thread Daniel Pocock
Daniel Pocock wrote: Ralf Wildenhues wrote: Hello Daniel, * Daniel Pocock wrote on Thu, Jan 28, 2010 at 03:21:24PM CET: We have been working on getting the Ganglia tarball to work out of the box for AIX When Michael does `make install', the *.so files for our modules ar

Re: AIX shared libraries, make install misses them

2010-01-31 Thread Daniel Pocock
ot; is that the "*.a" containing the "*.so" files are not installed as expected: You say that but then you (as well as Daniel) quote a line ... /opt/freeware/bin/bash ../../../libtool --mode=install ../../../build/install-sh -c 'modcpu.la' '/var/tmp/gg/li

Re: AIX shared libraries, make install misses them

2010-01-31 Thread Daniel Pocock
ot; is that the "*.a" containing the "*.so" files are not installed as expected: You say that but then you (as well as Daniel) quote a line ... /opt/freeware/bin/bash ../../../libtool --mode=install ../../../build/install-sh -c 'modcpu.la' '/var/tmp/gg/li

Automake GSoC idea

2011-03-09 Thread Daniel Herring
lared source lists, outputting makefile snippets, reusing dependency-generation templates, etc. A process for automake to output templates to be expanded by configure and later included would also be nice. Later, Daniel P.S. I'm employed, but not with enough free time to mentor this

Re: PKG_CHECK_MODULES on system without pkg-config installed?

2011-03-10 Thread Daniel Herring
ed that we keep all deployed versions in working order on a test server for easy use. Speed and space weren't issues. Simple correctness was. - Daniel P.S. pkg-config suffers many of the same issues as imake, but in generally less bad ways. I often need details not forseen by the pk

Re: [GSoC Proposal] automake - Interfacing with a test protocol like TAP or subunit

2011-03-20 Thread Daniel Herring
tools for consuming the data. Both protocols can be generated with equal ease (assuming the common subset is used). Would it be possible for subunit to drop binary data into local files and report their paths rather than embed the data in the stream? - Daniel

Re: A way to specify a host CC during cross compile?

2011-04-04 Thread Daniel Herring
specify this situation. Make does allow you to specify target-specific variables; so that might be easier in some cases. I have also done CXX=@SomeCXX@ to override the default in a single makefile... - Daniel

implicitly specify compiler flags based on library dependencies

2011-04-20 Thread Daniel Neuberger
r all dependent libraries, but would like the flag to be specified implicitly. Thanks for any help. - Daniel

Use partial relative path in LIBADD

2011-04-20 Thread Daniel Neuberger
Is there a way to translate this: libfoo_la_LIBADD = $(top_builddir)/some/path/libfoobar.la to this: libfoo_la_LIBADD = some/path/libfoobar.la with Automake? Thanks! - Daniel

Use partial relative path in LIBADD

2011-04-20 Thread Daniel Neuberger
Is there a way to translate this: libfoo_la_LIBADD = $(top_builddir)/some/path/libfoobar.la to this: libfoo_la_LIBADD = some/path/libfoobar.la with Automake? Thanks! - Daniel P.S. I apologize in advance if this comes through twice. I sent it yesterday, but it never showed up.

Implicitly specify compiler flags based on library dependencies

2011-04-20 Thread Daniel Neuberger
r all dependent libraries, but would like the flag to be specified implicitly. Thanks for any help. - Daniel P.S. I apologize in advance if this comes through twice. I sent it yesterday, but it never showed up.

Re: Use partial relative path in LIBADD

2011-04-21 Thread Daniel Neuberger
've found that works is to give the complete relative path using $(top_builddir). Sorry if I'm misunderstanding something; I really appreciate the help. - Daniel

Re: absolute or relative path for source files

2011-05-15 Thread Daniel Herring
l directories. The variable dereference can also be preferrable when including another makefile; it prevents automake from doing the include early. - Daniel

Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?

2011-05-23 Thread Daniel Herring
couple ways of effecting this. IIRC, I use a setting that prefixes the program with a g (something like --program-prefix=g). Later, Daniel

Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?

2011-05-23 Thread Daniel Herring
On Mon, 23 May 2011, Daniel Herring wrote: FYI, when I install a new version of the autotools, I do something like # PATH=/new/path/bin:$PATH # cd m4; ./configure --prefix=/new/path; make; make install # cd ../autoconf; ./configure --prefix=/new/path; make; make install # cd ../automake

Re: Using variables in the definition of SUBDIRS

2011-08-15 Thread Daniel Herring
-AM_005fCONDITIONAL.html http://www.gnu.org/s/libtool/manual/automake/Subdirectories-with-AC_005fSUBST.html http://www.gnu.org/s/hello/manual/automake/Usage-of-Conditionals.html - Daniel

Re: ifdef ... endif issue

2011-08-18 Thread Daniel Neuberger
ase others were still having the same problem. - Daniel

Re: ifdef ... endif issue

2011-08-18 Thread Daniel Neuberger
27;t be processed by automake. Thanks. - Daniel

escape hash mark

2011-08-19 Thread Daniel Neuberger
around is: HASHMARK = $(shell echo "\#") SOMEVAR = "$(HASHMARK)some comment" SOMEVAR += "other stuff" Thanks. - Daniel

Re: escape hash mark

2011-08-19 Thread Daniel Neuberger
ake variable; for example: Thanks for the pointer. I think the method I had would be portable, right? Thanks. - Daniel

Recommended Method for adding recursive targets

2011-08-19 Thread Daniel Neuberger
hanks! - Daniel

bootstrap script without autogen.sh (using autoreconf)

2011-08-30 Thread Daniel Neuberger
s run before automake tries to process the include statement. I could start using an autogen.sh script again, but I'm trying to avoid that. Thanks. - Daniel

Re: What is it with the dependency on config.status

2012-01-01 Thread Daniel Herring
ry. If some of the files are gerated by a makefile, then this rule is important. - Daniel

dynamically define variables?

2012-10-01 Thread Daniel Neuberger
need to compile and link to each program using a different flag based on the program name. Also note that the global section above currently requires that the variables being appended to already exist. I'd like to find a way around that too. Any ideas? Thanks. - Daniel

Re: IF condition inside Makefile.am

2012-10-29 Thread Daniel Herring
g out some lines in the Makefile. In both cases (without IF or without ipp.c), normal compilation should be the same. Are you seeing any other behavior changes as well? - Daniel

Re: Improvements to "dist" targets (was: Re: EXTRA_DIST, directories, tar --exclude-vcs)

2013-01-01 Thread Daniel Herring
rmat? While I haven't manipulated a shar file in years, but zip is still the dominant archive format on MS platforms. It is quite common (and a good practice) for a project to distribute \n newlines in a tarball and \r\n newlines in a zip archive. - Daniel

Re: [IMPORTANT] A new versioning scheme for automake releases, and a new branching scheme for the Git repository

2013-01-29 Thread Daniel Herring
ore years. A major version change (again, small numbers) might motivate distributions to keep both around for a while. Hope that helps, Daniel

Re: bug#13578: [IMPORTANT] A new versioning scheme for automake releases, and a new branching scheme for the Git repository

2013-02-12 Thread Daniel Herring
I like the -alpha/-beta/-rcN markings. As someone who often tracks cutting-edge stuff, it is nice to have a clear indicator of how stable the author things something is. This info helps the user do a quick cost/benefit estimate when deciding what version to use today. - Daniel

make dist for both Debian and Fedora?

2013-04-04 Thread Daniel Pocock
egant solution appears to be re-running autoreconf during the rpmbuild (before the call to configure) Is there any other way to deal with this issue without any hacks? Am I potentially doing something wrong when I bootstrap the releases? Regards, Daniel

only installing shared versions of some libs

2013-12-10 Thread Daniel Pocock
I've recently adapted a project to support DSO plugins/modules The existing project includes normal libraries and binaries. In a normal build, we want to a) build and install the shared and static versions of the normal libraries b) only install the shared versions of the plugins I don't min

appending LDADD to prog_LDADD

2014-03-26 Thread Daniel Pocock
I understand from the docs that specifying prog_LDADD will override LDADD (and the same for prog_CPPFLAGS, ...) http://www.gnu.org/software/automake/manual/html_node/Linking.html If it is desired to merge prog_LDADD and LDADD, is there any recommended or preferred solution? I've tried

Re: libtool

2000-08-10 Thread Daniel Stenberg
s not > in the library or automake complains about LIBTOOL being undefined). What > is correct? AM_PROG_LIBTOOL Works for me, using nothing else but the latest tarball-releases of autoconf, automake and libtool... -- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`

system dependent extensions

2001-07-06 Thread Daniel Robey
This might just be a beginner's problem, but I can't find anything like it in any documentation, so maybe you could help. My code uses system-dependent extensions for files (specifically matlab mex files) I've made it so autoconf determines which extension to use, and I have suffix rules set up.

Why is nobase_ not allowed in DATA?

2002-01-07 Thread Daniel Shane
Hi, I would like to know why this syntax is not allowed: nobase_sysconf_DATA = etc/config.conf To make it work, I have to create a Makefile.am in the etc directory. Is this intentional? Thanks! Daniel Shane

Should automake create directories for nested files?

2002-01-07 Thread Daniel Shane
redhat 7.2. Is this the expected behavior? Is there a workaround? Thanks! Daniel Shane

Automake's include "overrides" makes include?

2002-01-24 Thread Daniel Shane
n how I could work around this? Of course, I would like a solution where I do not have to list all the files in project1 "hard-coded" in the Makefile.am. Is this possible? I'm out of ideas... Daniel Shane

RE: Automake's include "overrides" makes include?

2002-01-25 Thread Daniel Shane
And I really though it would be impossible! Thanks for the tips, and the solution really works, I'm still surprised that I didnt think of it... so simple now that you mention it.. Daniel Shane > foreach, subst, and include are not portable, so I suggest you > take all these rules

How to trigger actions after recursing in directories...

2002-01-31 Thread Daniel Shane
variable that is like BUILT_SOURCE but that could get executed after the recursion? (I know that I could create a kind of result subdirectory and place that at the end of my SUBDIRS variable... is there a cleaner way?). Thanks! Daniel Shane

RE: How to trigger actions after recursing in directories...

2002-02-04 Thread Daniel Shane
> Daniel> I have a recursive automake installation and I would like to > Daniel> have make go into each subdirectory and execute some code > Daniel> before and after the recursion. Is this possible with > Daniel> automake? > > I don't think it is possibl

Re: Creating shared object without lib prefix

2003-07-15 Thread Daniel Reed
: pkgmod_LTLIBRARIES = _pyper.la _pyper_la_SOURCES = pyper.c _pyper_la_LDFLAGS = -module -avoid-version @CYGWIN_LDFLAGS@ -- Daniel Reed <[EMAIL PROTECTED]> http://shell.n.ml.org/n/ The pursuit of pretty formulas and neat theorems can no doubt quickly degenerate into a silly vice, but so can the quest for a

Re: Dashes in library names

2003-08-23 Thread Daniel Reed
callback.c -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ "Real computer scientists like having a computer on their desk, else how could they read their mail?" http://site.n.ml.org/download/20030819120839/naim/naim-0.11.6.tar.gz

Re: Building .so files only.

2003-08-29 Thread Daniel Reed
.c mymod_la_LDFLAGS = -module -avoid-version This also removes the requirement that the library name start with "lib." -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ I don't like sending my conversation hundreds of miles where a lot of peo

nostdinc automake option

2003-10-20 Thread Daniel Drake
.html I should be able to use "AUTOMAKE_OPTIONS = nostdinc" in Makefile.am to achieve this, but automake -a produces the following output: Makefile.am:1: option `nostdinc' not recognized I'm running automake 1.7.7, but I also tried with automake 1.7.5 Any input appreciated, please CC me. Cheers, Daniel

Re: nostdinc automake option

2003-10-21 Thread Daniel Drake
Alexandre Duret-Lutz wrote: > Could you execute `automake --version' to be sure ? I believe > you are running automake 1.4, even if you installed 1.7.x. Yes, automake --version was replying with 1.4-p6. I was relying too much on my distro's version numbering for the package. After running these

Re: making convenience libraries without libtool

2003-12-11 Thread Daniel Reed
ol just to make an archive is to use the _LIBRARIES suffix instead of _LTLIBRARIES. -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ Punishment often increases the feelings of estrangement and strengthens the power of resistance. -- Friedrich Nietzsche, German Philosopher

Re: comment sources

2003-12-15 Thread Daniel Reed
.cpp both use CXXCOMPILE and .c uses COMPILE). -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ "Real computer scientists like having a computer on their desk, else how could they read their mail?"

Re: FEATURE REQUEST: make uninstall should delete empty directories.

2004-03-02 Thread Daniel Reed
ge has been removed. -- Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/ http://naim.n.ml.org/ "I don't believe in making something user friendly just for the sake of being user friendly, though; if you're decreasing the users' available power, you're not really being all that friendly to them."

you wont find a b;etter deal

2004-06-11 Thread Genaro Daniel
Looking for extremely cheap high-quality software? We might have just what you need. Windows XP Professional 2002 . $50 Adobe Photoshop 7.0 .. $60 Microsoft Office XP Professional 2002 $60 Corel Draw Graphics Suite 11 . $60 and lots more...

Re: location of .h's in library

2004-06-18 Thread Daniel Reed
;standard" or simple interface, and an additional "advanced" interface that allows finer-grain interaction. Another may be if your library has multiple uses, and it is conceivable a developer may wish to use one portion but not the rest. (So, don't split by source file, but do

Re: package creation

2004-08-12 Thread Daniel Reed
" You can then ./configure --prefix=/usr && make tgz. The output will be YOURPACKAGE-YOURVERSION-YOURHOST.tgz, which you can move to your to-be-installed machines and untar from / (By adding a little more code to Makefile.am, you can use this to create a Cygwin-compatible package

Library containing sources of multiple directories

2005-12-06 Thread Daniel Kraft
ectory-Makefile.am's. Is this something possible with automake? Or do I need to write special makefile-constructs for that (e.g., a small library of every directory's sources) my own? Thank you very much! Best regards, Daniel Kraft

Alternative compiling for debug/optimized code?

2005-12-08 Thread Daniel Kraft
g this way. What must be done to resolve this issue properly? And it is possible to do something similiar to the alternative compiling described above - i.e. to have a simple way for switching opt/debug mode, maybe without having to reconfigure? Thank you very much! Yours, Daniel Kraft

Automatic support for gettext?

2005-12-11 Thread Daniel Kraft
." AM_GNU_GETTEXT is defined in the configure.in-file? I mean, does configure just check for gettext, or does make automatically extract a POT-file from the sources? If not, is there a way to have this done by automake, or do I have to write my own makefile-target therefore? Thank you! Yours, Daniel Kraft

Using Automake for Gettext

2005-12-28 Thread Daniel Kraft
o have the work with po/, intl/, .po-files... done. How can Automake help me with that? Or have I to write those Makefiles myself? Thank you very much! Best regards, Daniel Kraft

Re: setting $VERSION at runtime

2006-01-23 Thread Daniel Reed
or whatever dummy value you specify in configure.ac), but everything else should behave sanely. -- Daniel Reed <[EMAIL PROTECTED]> http://shell.n.ml.org/n/ http://naim.n.ml.org/ What makes a man great? A man may be great in his aims, or in his achievements, or in both, but

Complex commands in TESTS

2006-03-30 Thread Daniel Kraft
? I've tried quoting so far (TESTS = numberAtoms "input.sh a b c") but it doesn't work. Many thanks! Yours, Daniel Kraft

  1   2   >