summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-10-11 19:49:11 +0000
committerMartin Baulig <martin@src.gnome.org>1998-10-11 19:49:11 +0000
commit6a333af976a2b968a8003ef40a46b7d2fe776e2d (patch)
treee0a1806162554aef424df173933134d50e145557
parent47de9577af7e0baf8ad992545c32295f03fcc320 (diff)
downloadgnome-common-6a333af976a2b968a8003ef40a46b7d2fe776e2d.tar.gz
Use `:' instead of the empty string if there is nothing to do since the
1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead of the empty string if there is nothing to do since the empty string is no valid shell sytax. svn path=/trunk/; revision=434
-rw-r--r--macros/ChangeLog6
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
2 files changed, 8 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 112eed8..bed658a 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,9 @@
+1998-10-11 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead
+ of the empty string if there is nothing to do since the empty string
+ is no valid shell sytax.
+
1998-10-11 Marius Vollmer <mvo@zagadka.ping.de>
* gnome-guile-checks.m4: Check for "guile-config" and then for
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 5b1903e..d5ffb7b 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -132,6 +132,8 @@ main (void)
;;
esac
+ test -z "$libgtop_postinstall" && libgtop_postinstall=:
+
AC_MSG_RESULT($libgtop_sysdeps_dir)
AC_SUBST(libgtop_sysdeps_dir)