From: Adam Dickmeiss Date: Tue, 13 Jun 2006 15:10:43 +0000 (+0000) Subject: Use shell mode for configure.ac and idzebra-config.in X-Git-Tag: before.bug.529~35 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3555e8a7c6794d0fe6dba314f570013e44947acf;hp=6ee199cf614c4e680d1456783c1908fe5684a7d3;p=idzebra-moved-to-github.git Use shell mode for configure.ac and idzebra-config.in --- diff --git a/configure.ac b/configure.ac index 923be76..390f58f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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]) @@ -401,4 +401,5 @@ echo \ dnl Local Variables: dnl mode:shell-script dnl sh-indentation:2 +dnl sh-basic-offset: 4 dnl End: diff --git a/idzebra-config.in b/idzebra-config.in index 43e339c..0018cfd 100755 --- a/idzebra-config.in +++ b/idzebra-config.in @@ -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: