From mboxrd@z Thu Jan 1 00:00:00 1970 From: chuckw@ieee.org Subject: Re: A Simple question Date: Fri, 27 Jun 2003 22:57:43 +0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20030627175743.GA10466@whatever.local> References: <1056704191.3efc06bf38045@webmail.namezero.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1056704191.3efc06bf38045@webmail.namezero.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org Jad, Try this document. It is a nice intro into how the gnu configure system works. With a few examples. It will get you started, and as you get a feel for how it all works, you can delve into the autoconf/automake/libtool info documents. Chuck On Fri, Jun 27, 2003 at 01:56:31AM -0700, Jad Saklawi wrote: > Hello guys, > I am new to UNIX programing, i know how to write make files > any how i would like to write dynamic make files depending on the libraries > the user has, iv seen in many programs using the "./configure" and would like > to ask if any one has a tutorial on how to write Makefile.in files for my > programs so that they could be dynamically configured by ./configure > > Thanks for your help, Greets Jad > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html