[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Ltib] Creating auto build files
From: |
Marc Titinger |
Subject: |
RE: [Ltib] Creating auto build files |
Date: |
Thu, 6 Sep 2007 15:55:44 +0200 |
I'm not sure I understood your need but here's a link that helped me as an
autotools-beginner : http://vindaci.members.sonic.net/cbreak/projects/autotools/
In the end, i'm finding that unless you have to deal with already "autotooled"
packages, or you want to make your package realy portable, it's simpler to
stick with a plain Makefile, and leave it to ltib's spoofing to set the
libraries, header path, toolchain etc...
hope this helped.
Marc.
-----Message d'origine-----
De : address@hidden
[mailto:address@hidden la part de
Thomas A. Moulton
Envoyé : jeudi 6 septembre 2007 15:38
À : address@hidden
Objet : [Ltib] Creating auto build files
I have been having some problems with the autobuild files of a package I
am creating.
Looking at another package I am familiar with (gnubg) it has the following
steps
set -x
aclocal -I m4
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf
At times I have gotten message telling me I have mixed versions of file
formats; which brings me to my question...
This is a real stupid beginner question... It may be worth a FAQ entry is it
so basic...
What are the correct input files to this process? Makefile.am configure.ac
? others?
And do I need to run any of the tools before I make my package?
I looked around and found the following
/opt/freescale/ltib/usr/share/aclocal
/opt/freescale/ltib/usr/bin/autoheader
/opt/freescale/ltib/usr/bin/autoconf
/opt/freescale/ltib/usr/share/autoconf
/opt/freescale/ltib/usr/share/autoconf/autoconf
I don't think I need libtoolize
Only a couple are in a BIN directory
Anyone have a autoconf 101 web page?
I have done some searches and not found a clear answer for my confusion...
tom
_______________________________________________
LTIB home page: http://bitshrine.org
Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib
- RE: [Ltib] Creating auto build files,
Marc Titinger <=