summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-05-20 15:59:57 +0000
committerRainer Jung <rjung@apache.org>2011-05-20 15:59:57 +0000
commitaa714b11965dcb42ea96d4076263e58916b06a36 (patch)
tree8827041f2373b49b2e1fdf916c6779b11d3d670f /buildconf
parent4f5a81ac8ac48310caf8f64dea0134c67bade3a0 (diff)
downloadapr-aa714b11965dcb42ea96d4076263e58916b06a36.tar.gz
Fix indentation, no functional change.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1125444 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf14
1 files changed, 7 insertions, 7 deletions
diff --git a/buildconf b/buildconf
index e5f8926cc..ba5a8a138 100755
--- a/buildconf
+++ b/buildconf
@@ -54,14 +54,14 @@ if test "$1" = "1"; then
if [ -f libtool.m4 ]; then
ltfile=`pwd`/libtool.m4
else
- ltfindcmd="`sed -n \"/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\" \
+ ltfindcmd="`sed -n \"/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\" \
< $libtoolize`"
- ltfile=${LIBTOOL_M4-`eval "$ltfindcmd"`}
- # Expecting the code above to be very portable, but just in case...
- if [ -z "$ltfile" -o ! -f "$ltfile" ]; then
- ltpath=`dirname $libtoolize`
- ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
- fi
+ ltfile=${LIBTOOL_M4-`eval "$ltfindcmd"`}
+ # Expecting the code above to be very portable, but just in case...
+ if [ -z "$ltfile" -o ! -f "$ltfile" ]; then
+ ltpath=`dirname $libtoolize`
+ ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
+ fi
fi
if [ ! -f $ltfile ]; then
echo "$ltfile not found"