aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-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 112eed80ca..bed658a0e9 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 5b1903e942..d5ffb7b971 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)