summaryrefslogtreecommitdiff
path: root/font/xfree86-type1/configure
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-15 18:09:17 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-15 18:09:17 +0000
commit5dc7c9707602b12fcdab864cbad4a9fcdcaf770f (patch)
tree0417115a30dc9ae6b290253e4bf3c4fae8a8763b /font/xfree86-type1/configure
parentd1f2ac5c7cee6d02e54c8fa055be79991def0a53 (diff)
Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
Diffstat (limited to 'font/xfree86-type1/configure')
-rw-r--r--font/xfree86-type1/configure45
1 files changed, 0 insertions, 45 deletions
diff --git a/font/xfree86-type1/configure b/font/xfree86-type1/configure
index 32d0d7877..c84082a6e 100644
--- a/font/xfree86-type1/configure
+++ b/font/xfree86-type1/configure
@@ -1352,51 +1352,6 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# Do `set' in a subshell so we don't clobber the current shell's
-# arguments. Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
- if test "$*" = "X"; then
- # -L didn't work.
- set X `ls -t $srcdir/configure conftest.file`
- fi
- rm -f conftest.file
- if test "$*" != "X $srcdir/configure conftest.file" \
- && test "$*" != "X conftest.file $srcdir/configure"; then
-
- # If neither matched, then we have a broken ls. This can happen
- # if, for instance, CONFIG_SHELL is bash and it inherits a
- # broken ls alias from the environment. This has actually
- # happened. Such a system could not be considered "sane".
- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&5
-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&2;}
- { (exit 1); exit 1; }; }
- fi
-
- test "$2" = conftest.file
- )
-then
- # Ok.
- :
-else
- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-Check your system clock" >&5
-echo "$as_me: error: newly created file is older than distributed files!
-Check your system clock" >&2;}
- { (exit 1); exit 1; }; }
-fi
-echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.