]> git.pld-linux.org Git - packages/cfl.git/commitdiff
- new name
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 17 Jul 2002 11:57:19 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfl-ac.patch -> 1.1

cfl-ac.patch [new file with mode: 0644]

diff --git a/cfl-ac.patch b/cfl-ac.patch
new file mode 100644 (file)
index 0000000..d9905cb
--- /dev/null
@@ -0,0 +1,28 @@
+--- ./configure.in.org Fri Jun 28 14:09:33 2002
++++ ./configure.in     Wed Jul  3 18:03:28 2002
+@@ -49,14 +49,17 @@
+ AM_PROG_LIBTOOL
+ dnl  gdsl library
+-AC_CHECK_HEADERS(gdsl.h,
+-              AC_CHECK_LIB(gdsl,gdsl_get_version_string,,AC_MSG_ERROR(Cannot find GDSL.)),
+-              AC_CHECK_HEADERS(gdsl/gdsl.h,
+-                              AC_CHECK_LIB(gdsl,gdsl_get_version_string,
+-                                      CFLAGS="$CFLAGS -I/usr/local/include/gdsl"
+-                                      LIBS="$LIBS -lgdsl"
+-                                      ,AC_MSG_ERROR(Cannot find GDSL.)),
+-                              AC_MSG_ERROR(Cannot find GDSL.)))
++AC_CHECK_HEADER(gdsl.h,       , 
++              [ AC_CHECK_HEADER(gdsl/gdsl.h, [ 
++                                              AC_CHECK_LIB(gdsl,gdsl_get_version_string,
++                                                           CFLAGS="$CFLAGS -I/usr/local/include/gdsl -I/usr/include/gdsl"
++                                                           LIBS="$LIBS -lgdsl", 
++                                                           AC_MSG_ERROR(Cannot find GDSL.))
++                                              ], [ AC_MSG_ERROR(Cannot find GDSL.)]
++                              )
++              ]
++              )
++AC_CHECK_LIB(gdsl, gdsl_get_version_string, [], AC_MSG_ERROR(Cannot find GDSL.))
+ AC_OUTPUT(            \
+       src/Makefile    \
This page took 0.115056 seconds and 4 git commands to generate.