Use shell mode for configure.ac and idzebra-config.in
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 13 Jun 2006 15:10:43 +0000 (15:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 13 Jun 2006 15:10:43 +0000 (15:10 +0000)
configure.ac
idzebra-config.in

index 923be76..390f58f 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data ApS, 1995-2006
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.17 2006-06-13 14:25:32 adam Exp $
+dnl $Id: configure.ac,v 1.18 2006-06-13 15:10:43 adam Exp $
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[1.4.1],[adam@indexdata.dk])
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[1.4.1],[adam@indexdata.dk])
@@ -401,4 +401,5 @@ echo \
 dnl Local Variables:
 dnl mode:shell-script
 dnl sh-indentation:2
 dnl Local Variables:
 dnl mode:shell-script
 dnl sh-indentation:2
+dnl sh-basic-offset: 4
 dnl End:
 dnl End:
index 43e339c..0018cfd 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 #!/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
 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
 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: