Re: Autoconf: AC_PREREQ macro query



Rainer Weikusat <rweikusat@xxxxxxxxxxx> wrote:
I would be wary with this. One of the nice properties of auto* is
being completely unportable - building will not work except if
explicit support for a particular platform has already been added

Hmmm. All I am trying to do is split the package bundles into separate
components. I am hoping to use autotools for the sole purpose of
generating a makefile to enable me to compile the component.

The original configure scripts and makefiles are designed for building
the component suite, and complain about missing files for components
that I am not trying to build.

I thought that using autotools would simply regenerate the configure
script and makefile for the separated component.

My architecture is not alien. I am using an IBM compatible computer
running Linux, and my processor is IA32 compatible, so the platform is
known to autotools. I am not concerned with building for multiple
architectures. I just want a makefile that will enable me to compile on
and for an i386 compatible machine.

I've got a whole load of bundled packages waiting to be split.

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/

.



Relevant Pages

  • Re: CFO: Why ./configure?
    ... a static makefile, and guarantee that it will compile in ten years from ... "autoconf" can handle more cases than you could handle manually. ... > cure is a libtool and dlltool, which try to make things work on most ... > platform specific rules in the Makefiles. ...
    (comp.os.linux.development.apps)
  • Re: periodic reminder
    ... for autotools in some way - were not "properly" included into ... around maybe 20 years ago used to actually *MODIFY* the Makefile. ... If this was a new package you are working on, ... particular version of gcc. ...
    (comp.unix.programmer)
  • Re: Windows and Linux
    ... ONE makefile under both os - how can I detect the os in the make ... QT has a platform specific ... makefile generator with qmake from the .pro project file. ... take a look at what wxWidgets is doing and, maybe, you can adapt that ...
    (comp.lang.c)
  • Re: Need help with cleaning up a working GNU Autotools setup
    ... wanting to use autotools to write your makefiles for you. ... starts with a makefile set, and considers how to abstract out of it ... Anyway, the gnu people have never managed to say anything clearly, about ... If you want to compile outside of the source tree, VPATH _must_ be used ...
    (comp.os.linux.misc)
  • Re: Need help with cleaning up a working GNU Autotools setup
    ... wanting to use autotools to write your makefiles for you. ... starts with a makefile set, and considers how to abstract out of it ... Anyway, the gnu people have never managed to say anything clearly, about ... If you want to compile outside of the source tree, VPATH _must_ be used ...
    (comp.os.linux.development.system)