]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:19 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm-ac253.patch -> 1.2

Eterm-ac253.patch [deleted file]

diff --git a/Eterm-ac253.patch b/Eterm-ac253.patch
deleted file mode 100644 (file)
index 068ec77..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
---- Eterm-0.9.1/configure.in~  Fri Aug 24 02:22:54 2001
-+++ Eterm-0.9.1/configure.in   Tue May 28 12:27:08 2002
-@@ -327,32 +328,32 @@
- dnl#
- dnl# FEATURES
- dnl#
--AC_MSG_CHECKING(if Pablo support is wanted)
-+AC_MSG_CHECKING([if Pablo support is wanted])
- AC_ARG_WITH(pablo,
- [  --with-pablo[=DIR]      compile with Pablo I/O Tracing support (using Pablo prefix DIR)],
--            if test "$withval" != "no"; then 
-+            [if test "$withval" != "no"; then 
-               AC_MSG_RESULT(yes)
-               if test "$withval" != "yes"; then
-                 CPPFLAGS="$CPPFLAGS -I${withval}/include"
-                 LDFLAGS="$LDFLAGS -L${withval}/lib"
-               fi
-               AC_CHECK_HEADER(IOTrace.h, 
--                              AC_CHECK_LIB(PabloTraceExt, initIOTrace,
--                                           AC_DEFINE(IOTRACE)
-+                              [AC_CHECK_LIB(PabloTraceExt, initIOTrace,
-+                                           [AC_DEFINE(IOTRACE)
-                                            LIBS="$LIBS -lPabloTraceExt -lPabloTrace"
--                                           echo "Pablo support enabled.  Headers in ${withval}/include.  Libraries in ${withval}/lib."
-+                                           echo "Pablo support enabled.  Headers in ${withval}/include.  Libraries in ${withval}/lib."]
-                                            , 
--                                           echo "*** ERROR:  Pablo support was requested but the Pablo libraries could not be"
-+                                           [echo "*** ERROR:  Pablo support was requested but the Pablo libraries could not be"
-                                            echo "***         found.  Please check config.log for further information."
--                                           echo "***         Pablo support will NOT be included."
--                                           , -lPabloTrace)
-+                                           echo "***         Pablo support will NOT be included."]
-+                                           , [-lPabloTrace])]
-                               ,
--                              echo "*** ERROR:  Pablo support was requested but the Pablo header files could not be"
-+                              [echo "*** ERROR:  Pablo support was requested but the Pablo header files could not be"
-                               echo "***         found.  Please check the value you passed to --with-pablo."
--                              echo "***         Pablo support will NOT be included.")
-+                              echo "***         Pablo support will NOT be included."])
-             else
-               AC_MSG_RESULT(no)
--            fi, AC_MSG_RESULT(no)
-+            fi], [AC_MSG_RESULT(no)]
- )
- AC_MSG_CHECKING(if profiling macros should be included)
- AC_ARG_ENABLE(profile,
This page took 0.133283 seconds and 4 git commands to generate.