]> git.pld-linux.org Git - packages/dx.git/commitdiff
- cpp is not an executable
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 16 Nov 2008 13:14:32 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dx-ac.patch -> 1.2

dx-ac.patch

index fc381de4aa466a36ee9157b6a66852643e70215f..46cbed9edd7226c7603749ae1f54280e15b0dbe3 100644 (file)
@@ -1,3 +1,14 @@
+--- dx-4.4.4/acinclude.m4~     2006-05-26 01:34:52.000000000 +0200
++++ dx-4.4.4/acinclude.m4      2008-11-16 14:10:05.000000000 +0100
+@@ -47,7 +47,7 @@
+   if AC_TRY_EVAL(ac_link); then
+     for file in conftest.*; do
+       case $file in
+-      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
++      *.c | *.cpp | *.o | *.obj | *.ilk | *.pdb) ;;
+       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
+       esac
+     done
 --- dx-4.4.4/configure.ac.orig 2006-08-21 23:56:08.000000000 +0200
 +++ dx-4.4.4/configure.ac      2008-11-13 12:11:34.000000000 +0100
 @@ -5,6 +5,7 @@
This page took 0.097225 seconds and 4 git commands to generate.