Re: [gtk-list] Re: Basic Questions on gtk/glib
- From: Joe Pfeiffer <pfeiffer cs nmsu edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Basic Questions on gtk/glib
- Date: Wed, 5 May 1999 08:51:38 -0600
aclocal
then,
autoconf
then,
autoheader
then,
automake
(if this is your first time with this app, you'll have to create some blank
files that automake will look for. Write down the names, create the files,
then run automake again.)
If you give that last command as
% automake --foreign --add-missing Makefile
it (1) won't be picky about some files FSF wants in your distribution
that aren't really needed for compilation (that's the --foreign) and
(2) will add the missing files that really are needed (that's
the --add-missing).
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]