Hi all,
First of all, sorry if you have received this mail two times.
My question is: How can I set a default progra-prefix without the need
to explicitely pass it whith: ./configure --program-prefix ...
Another question is: Once the user sets it using ./configure --program-
prefix, which vari
Hi all,
First of all, sorry for sending this mail to both automake and
autoconf lists but I don't know which one corresponds to this topic.
Well, I am adding autotools functionality to our project. I have been
able to build everithing correctly but, sometimes, when trying to
build the lib
Hi,
I have been trying to disable the -g flag that autoconf uses when
compiling my GNU project. I have tried --enable-debug=no --disable-debug
and none works. I have had a look at google and some questions but no
response...
Can you help me?
my configure.ac is:
AC_INIT
AM_CONFIG_HEADER(config.h
Hi all,
I am facing a little trouble. I have a library which I am turning
GNUcompliant. It consists on some libraries and many executables.
Librariesget built OK but some programs that use external libraries
don't. Thisis because some of those libraries are only built in a Shared
way sostatic link
Hi,
I am porting an existing library to make it gnu compliant by using
autotools. For building libraries I am using libtool but I am facing a
problem when trying to link some programs against those libraries with
undefined references. I have located the problem during compiling stage
(When generat