]> git.pld-linux.org Git - packages/Eterm.git/blame - Eterm-ac253.patch
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[packages/Eterm.git] / Eterm-ac253.patch
CommitLineData
78f9592b 1--- Eterm-0.9.1/configure.in~ Fri Aug 24 02:22:54 2001
2+++ Eterm-0.9.1/configure.in Tue May 28 12:27:08 2002
3@@ -327,32 +328,32 @@
4 dnl#
5 dnl# FEATURES
6 dnl#
7-AC_MSG_CHECKING(if Pablo support is wanted)
8+AC_MSG_CHECKING([if Pablo support is wanted])
9 AC_ARG_WITH(pablo,
10 [ --with-pablo[=DIR] compile with Pablo I/O Tracing support (using Pablo prefix DIR)],
11- if test "$withval" != "no"; then
12+ [if test "$withval" != "no"; then
13 AC_MSG_RESULT(yes)
14 if test "$withval" != "yes"; then
15 CPPFLAGS="$CPPFLAGS -I${withval}/include"
16 LDFLAGS="$LDFLAGS -L${withval}/lib"
17 fi
18 AC_CHECK_HEADER(IOTrace.h,
19- AC_CHECK_LIB(PabloTraceExt, initIOTrace,
20- AC_DEFINE(IOTRACE)
21+ [AC_CHECK_LIB(PabloTraceExt, initIOTrace,
22+ [AC_DEFINE(IOTRACE)
23 LIBS="$LIBS -lPabloTraceExt -lPabloTrace"
24- echo "Pablo support enabled. Headers in ${withval}/include. Libraries in ${withval}/lib."
25+ echo "Pablo support enabled. Headers in ${withval}/include. Libraries in ${withval}/lib."]
26 ,
27- echo "*** ERROR: Pablo support was requested but the Pablo libraries could not be"
28+ [echo "*** ERROR: Pablo support was requested but the Pablo libraries could not be"
29 echo "*** found. Please check config.log for further information."
30- echo "*** Pablo support will NOT be included."
31- , -lPabloTrace)
32+ echo "*** Pablo support will NOT be included."]
33+ , [-lPabloTrace])]
34 ,
35- echo "*** ERROR: Pablo support was requested but the Pablo header files could not be"
36+ [echo "*** ERROR: Pablo support was requested but the Pablo header files could not be"
37 echo "*** found. Please check the value you passed to --with-pablo."
38- echo "*** Pablo support will NOT be included.")
39+ echo "*** Pablo support will NOT be included."])
40 else
41 AC_MSG_RESULT(no)
42- fi, AC_MSG_RESULT(no)
43+ fi], [AC_MSG_RESULT(no)]
44 )
45 AC_MSG_CHECKING(if profiling macros should be included)
46 AC_ARG_ENABLE(profile,
This page took 0.054799 seconds and 4 git commands to generate.