mdw-setup: Fix for constructing Makefile.am from m4 source.
[cfd] / lib-config.in
index b3e7cbc..b0358d6 100755 (executable)
@@ -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
 #
 # 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
     ;;