Back: Beginnings of a configure.in for Small Project
Forward: sic_repl.c
 
FastBack:
Up: A Small GNU Autotools Project
FastForward: Introducing GNU Libtool
Top: Autoconf, Automake, and Libtool
Contents: Table of Contents
Index: Index
About: About this document

9.3 A Sample Shell Application


What I need now, is a program that uses `libsic.a', if only to give me confidence that it is working. In this section, I will write a simple shell which uses the library. But first, I'll create a directory to put it in:

 
$ mkdir src
$ ls -F
COPYING  Makefile.am  aclocal.m4  configure*    config/   sic/
INSTALL  Makefile.in  bootstrap*  configure.in  replace/  src/
$ cd src

In order to put this shell together, we need to provide just a few things for integration with `libsic.a'...



This document was generated by Gary V. Vaughan on February, 8 2006 using texi2html