aboutsummaryrefslogtreecommitdiff
path: root/example/hello
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello')
-rw-r--r--example/hello/Makefile.in2
-rw-r--r--example/hello/aclocal.m42
-rwxr-xr-xexample/hello/depcomp4
-rwxr-xr-xexample/hello/install-sh10
-rw-r--r--example/hello/testsuite/Makefile.am4
-rw-r--r--example/hello/testsuite/Makefile.in2
6 files changed, 12 insertions, 12 deletions
diff --git a/example/hello/Makefile.in b/example/hello/Makefile.in
index aa52328..a6795d7 100644
--- a/example/hello/Makefile.in
+++ b/example/hello/Makefile.in
@@ -178,7 +178,7 @@ uninstall-binPROGRAMS:
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
+hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
@rm -f hello$(EXEEXT)
$(LINK) $(hello_LDFLAGS) $(hello_OBJECTS) $(hello_LDADD) $(LIBS)
diff --git a/example/hello/aclocal.m4 b/example/hello/aclocal.m4
index 5eaaa92..15c966a 100644
--- a/example/hello/aclocal.m4
+++ b/example/hello/aclocal.m4
@@ -26,7 +26,7 @@ AC_CACHE_VAL(ac_cv_stl,[
])
AC_LANG_C
-if test x"${ac_cv_stl}" != x"v2" ; then
+if test x"${ac_cv_stl}" != x"v2" ; then
AC_MSG_RESULT(v3)
AC_DEFINE(HAVE_STL3)
else
diff --git a/example/hello/depcomp b/example/hello/depcomp
index 6589965..eb07f71 100755
--- a/example/hello/depcomp
+++ b/example/hello/depcomp
@@ -200,12 +200,12 @@ aix)
tru64)
# The Tru64 AIX compiler uses -MD to generate dependencies as a side
# effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
- # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+ # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
# dependencies in `foo.d' instead, so we check for that too.
# Subdirectories are respected.
tmpdepfile1="$object.d"
- tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'`
+ tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'`
if test "$libtool" = yes; then
"$@" -Wc,-MD
else
diff --git a/example/hello/install-sh b/example/hello/install-sh
index e9de238..f040bd3 100755
--- a/example/hello/install-sh
+++ b/example/hello/install-sh
@@ -125,7 +125,7 @@ if [ x"$dir_arg" != x ]; then
else
# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
-# might cause directories to be created, which would be especially bad
+# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.
if [ -f $src -o -d $src ]
@@ -202,17 +202,17 @@ else
# If we're going to rename the final executable, determine the name now.
- if [ x"$transformarg" = x ]
+ if [ x"$transformarg" = x ]
then
dstfile=`basename $dst`
else
- dstfile=`basename $dst $transformbasename |
+ dstfile=`basename $dst $transformbasename |
sed $transformarg`$transformbasename
fi
# don't allow the sed command to completely eliminate the filename
- if [ x"$dstfile" = x ]
+ if [ x"$dstfile" = x ]
then
dstfile=`basename $dst`
else
@@ -243,7 +243,7 @@ else
# Now rename the file to the real destination.
$doit $rmcmd -f $dstdir/$dstfile &&
- $doit $mvcmd $dsttmp $dstdir/$dstfile
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
fi &&
diff --git a/example/hello/testsuite/Makefile.am b/example/hello/testsuite/Makefile.am
index 8176338..5e8d669 100644
--- a/example/hello/testsuite/Makefile.am
+++ b/example/hello/testsuite/Makefile.am
@@ -25,10 +25,10 @@
# ------------------------------------------------------------------------
AUTOMAKE_OPTIONS = dejagnu
-RUNTESTDEFAULTFLAGS = -v -v
+RUNTESTDEFAULTFLAGS = -v -v
# hello_AUTOMAKE_OPTIONS = dejagnu
# hello_RUNTESTDEFAULTFLAGS = --srcdir $$srcdir/testsuite testsuite.exp
check-demo:
- runtest testsuite.exp \ No newline at end of file
+ runtest testsuite.exp
diff --git a/example/hello/testsuite/Makefile.in b/example/hello/testsuite/Makefile.in
index 3458fe5..1555fe6 100644
--- a/example/hello/testsuite/Makefile.in
+++ b/example/hello/testsuite/Makefile.in
@@ -96,7 +96,7 @@ install_sh = @install_sh@
tclsh = @tclsh@
AUTOMAKE_OPTIONS = dejagnu
-RUNTESTDEFAULTFLAGS = -v -v
+RUNTESTDEFAULTFLAGS = -v -v
subdir = testsuite
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =