blob: 149087c8466910216006658c39e9fbfc0fd098a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
--- configure.orig Fri May 19 14:49:06 2000
+++ configure Tue May 30 13:31:24 2000
@@ -5101,7 +5101,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -6350,17 +6350,13 @@
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
build_gfloppy=true
+ subdirs="gfloppy"
else
+ build_gfloppy=false
echo "$ac_t""no" 1>&6
echo "configure: warning: *** gfloppy will not be built." 1>&2
fi
-if $build_gfloppy; then
- subdirs="gfloppy"
-
-fi
-
-
if test "$build_gfloppy" = true; then
BUILD_GFLOPPY_TRUE=
BUILD_GFLOPPY_FALSE='#'
@@ -8453,7 +8449,7 @@
esac
done
- for ac_config_dir in gfloppy; do
+ for ac_config_dir in $subdirs ; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.
|