aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-13 21:06:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-13 21:06:45 +0200
commitb335b9de89c16714839913b35ac5a81ec237c5e3 (patch)
tree1524363b9937832d840b4d1741e7756e24bd4b7f /configure
parente8e225d7d45e44126d57097cb9209195cdaf2c22 (diff)
downloadegawk-b335b9de89c16714839913b35ac5a81ec237c5e3.tar.gz
egawk-b335b9de89c16714839913b35ac5a81ec237c5e3.tar.bz2
egawk-b335b9de89c16714839913b35ac5a81ec237c5e3.zip
Upgrade to Automake 1.12.4 and dist bugfix.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 3fabe29d..d286a8ab 100755
--- a/configure
+++ b/configure
@@ -5875,13 +5875,6 @@ case `(uname) 2> /dev/null` in
esac
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
# Check whether --enable-nls was given.