Skip to content

Commit 262cf20

Browse files
committed
New configure script from latest configure.in with autoconf 2.13
1 parent 884d3ba commit 262cf20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.175
3+
# From configure.in Revision: 1.176
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -5975,6 +5975,9 @@ fi
59755975
echo $ac_n "checking for Modules/Setup""... $ac_c" 1>&6
59765976
echo "configure:5977: checking for Modules/Setup" >&5
59775977
if test ! -f Modules/Setup ; then
5978+
if test ! -d Modules ; then
5979+
mkdir Modules
5980+
fi
59785981
cp "$srcdir/Modules/Setup.dist" Modules/Setup
59795982
echo "$ac_t""creating" 1>&6
59805983
else

0 commit comments

Comments
 (0)