preparing release 2.0.0
[idzebra-moved-to-github.git] / idzebra-config.in
index 43e339c..0018cfd 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: idzebra-config.in,v 1.7 2006-05-30 23:08:29 adam Exp $
+# $Id: idzebra-config.in,v 1.8 2006-06-13 15:10:43 adam Exp $
 prefix=@prefix@
 idzebra_echo_cflags=no
 idzebra_echo_libs=no
@@ -132,3 +132,8 @@ fi
 if test "$idzebra_echo_modules" = "yes"; then
     echo "${prefix}/lib/idzebra"
 fi
+# Local Variables:
+# mode:shell-script
+# sh-indentation: 2
+# sh-basic-offset: 4
+# End: