]> git.pld-linux.org Git - packages/libsigc++.git/commitdiff
- silly configure error (miscompatibility?): `. ac_thread.sh' changed to `. ./ac_thre... libsigc++-1_0_0-1
authorbonkey <bonkey@bonkey.pl.eu.org>
Sat, 15 Apr 2000 22:43:36 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsigc++-ac_thread.sh.patch -> 1.1

libsigc++-ac_thread.sh.patch [new file with mode: 0644]

diff --git a/libsigc++-ac_thread.sh.patch b/libsigc++-ac_thread.sh.patch
new file mode 100644 (file)
index 0000000..ef00516
--- /dev/null
@@ -0,0 +1,20 @@
+--- libsigc++-1.0.0/configure.in       Sat Apr 15 04:11:21 2000
++++ libsigc++-1.0.0/configure.in~      Sun Apr 16 00:36:27 2000
+@@ -559,7 +559,7 @@
+     return 0;
+   }
+ ],[
+- . ac_thread.sh
++ . ./ac_thread.sh
+  rm ac_thread.sh
+ AC_MSG_RESULT(found)
+ ],[
+@@ -585,7 +585,7 @@
+ your thread library is not available.  Please fill out the ac_thread.sh file.
+ ])
+   else
+-    . ac_thread.sh
++    . ./ac_thread.sh
+   fi
+ ])
+   AC_DEFINE_UNQUOTED(SIGC_PTHREAD_COND_ATTR,$ac_thread_cond_attr_size)
This page took 0.061426 seconds and 4 git commands to generate.