]> git.pld-linux.org Git - packages/logtool.git/blame - logtool-ac_fixes.patch
- 1.2.8
[packages/logtool.git] / logtool-ac_fixes.patch
CommitLineData
21e64fc0 1--- logtool-1.1.0/configure.in~ Mon Jan 15 05:11:21 2001
2+++ logtool-1.1.0/configure.in Thu Dec 6 10:28:18 2001
3@@ -1,31 +1,12 @@
4-AM_INIT_AUTOMAKE(logtool,1.1.0)
5-AM_PROG_CC_STDC
6-
7 dnl Process this file with autoconf to produce a configure script.
8 AC_INIT(logtool/logtool.c)
9+AM_INIT_AUTOMAKE(logtool,1.1.0)
10+AM_CONFIG_HEADER(config.h)
11+
12 dnl Checks for programs.
13 AC_PROG_CC
14-if test -n "$GCC"; then
15- CFLAGS="-O3 -Wall -Werror -ansi -pedantic"
16-fi
17-
18-dnl We want the sysconfdir to be damn near standard
19-AC_SUBST(sysconfdir)
20-if test "`echo "$sysconfdir" | grep "prefix"`" ; then
21-sysconfdir=`echo $sysconfdir/logtail | sed s/'${prefix}'/""/g`
22-else
23-sysconfdir=$sysconfdir
24-fi
25-
26-AC_SUBST(version)
27-version=1.1.0
28-
29-
30+AM_PROG_CC_STDC
31 AC_PROG_INSTALL
32-AC_SUBST(installprog)
33-installprog="$INSTALL"
34-
35-
36 AC_PROG_LN_S
37 AC_PROG_MAKE_SET
38
39@@ -41,9 +22,6 @@
40
41 dnl Checks for library functions.
42 AC_CHECK_FUNCS(regcomp strncasecmp)
43-AC_CONFIG_HEADER(config.h)
44-AC_PREFIX_DEFAULT(/usr)
45-
46
47 AC_OUTPUT(logtool.spec logtail/Makefile logtool/config.h logtool/Makefile Makefile)
48
This page took 0.030291 seconds and 4 git commands to generate.