X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/c85e070b575236e0d90befccfbc4237b6a606109..67feb0a62b95ac24cca701fa52377d3291845124:/lib-config.in diff --git a/lib-config.in b/lib-config.in index b3e7cbc..b0358d6 100755 --- a/lib-config.in +++ b/lib-config.in @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: lib-config.in,v 1.1 2000/08/15 21:37:06 mdw Exp $ +# $Id: lib-config.in,v 1.3 2004/04/08 01:36:24 mdw Exp $ # # Provide configuration information for library clients # @@ -25,14 +25,6 @@ # along with `common'; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: lib-config.in,v $ -# Revision 1.1 2000/08/15 21:37:06 mdw -# New common library configuration skeleton, filled in by configure.in. -# Replaces mLib-config etc. -# - #----- Configuration -------------------------------------------------------- prefix=@prefix@ @@ -69,7 +61,7 @@ are: --cflags Display appropriate compiler flags. --libs Display appropriate linker flags and library names. EOF - ;; + ;; --version) echo $VERSION ;;