Add a patch for giflib.
This commit is contained in:
parent
1a126abcbe
commit
c9e86380dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13213
3 changed files with 291 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
--- configure.orig Fri Aug 14 07:36:30 1998
|
||||
+++ configure Wed Aug 26 20:19:08 1998
|
||||
+++ configure Thu Sep 17 19:42:01 1998
|
||||
@@ -78,6 +78,8 @@
|
||||
# Initialize some other variables.
|
||||
subdirs=
|
||||
|
@ -88,7 +88,102 @@
|
|||
fi
|
||||
rm -f conftest*
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
@@ -6158,7 +6160,7 @@
|
||||
@@ -5847,16 +5849,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5853: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5853: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5858 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5920,16 +5922,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5926: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5926: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5931 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5993,16 +5995,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5999: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5999: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6004 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6073,16 +6075,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6079: checking for gif_lib.h" >&5
|
||||
+echo "configure:6079: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6084 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <gif_lib.h>
|
||||
+#include <giflib/gif_lib.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6149,16 +6151,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6155: checking for gif_lib.h" >&5
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
|
||||
+echo "configure:6155: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6160 "configure"
|
||||
#include "confdefs.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- configure.orig Fri Aug 14 07:36:30 1998
|
||||
+++ configure Wed Aug 26 20:19:08 1998
|
||||
+++ configure Thu Sep 17 19:42:01 1998
|
||||
@@ -78,6 +78,8 @@
|
||||
# Initialize some other variables.
|
||||
subdirs=
|
||||
|
@ -88,7 +88,102 @@
|
|||
fi
|
||||
rm -f conftest*
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
@@ -6158,7 +6160,7 @@
|
||||
@@ -5847,16 +5849,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5853: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5853: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5858 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5920,16 +5922,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5926: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5926: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5931 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5993,16 +5995,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5999: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5999: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6004 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6073,16 +6075,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6079: checking for gif_lib.h" >&5
|
||||
+echo "configure:6079: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6084 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <gif_lib.h>
|
||||
+#include <giflib/gif_lib.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6149,16 +6151,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6155: checking for gif_lib.h" >&5
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
|
||||
+echo "configure:6155: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6160 "configure"
|
||||
#include "confdefs.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- configure.orig Fri Aug 14 07:36:30 1998
|
||||
+++ configure Wed Aug 26 20:19:08 1998
|
||||
+++ configure Thu Sep 17 19:42:01 1998
|
||||
@@ -78,6 +78,8 @@
|
||||
# Initialize some other variables.
|
||||
subdirs=
|
||||
|
@ -88,7 +88,102 @@
|
|||
fi
|
||||
rm -f conftest*
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
@@ -6158,7 +6160,7 @@
|
||||
@@ -5847,16 +5849,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5853: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5853: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5858 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5920,16 +5922,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5926: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5926: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5931 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:5936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -5993,16 +5995,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
|
||||
-echo "configure:5999: checking for tiffio.h" >&5
|
||||
+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6
|
||||
+echo "configure:5999: checking for tiff34/tiffio.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6004 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <tiffio.h>
|
||||
+#include <tiff34/tiffio.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6073,16 +6075,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6079: checking for gif_lib.h" >&5
|
||||
+echo "configure:6079: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6084 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <gif_lib.h>
|
||||
+#include <giflib/gif_lib.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:6089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -6149,16 +6151,16 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
|
||||
-echo "configure:6155: checking for gif_lib.h" >&5
|
||||
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
|
||||
+echo "configure:6155: checking for giflib/gif_lib.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 6160 "configure"
|
||||
#include "confdefs.h"
|
||||
|
|
Loading…
Reference in a new issue