From 6a333af976a2b968a8003ef40a46b7d2fe776e2d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 11 Oct 1998 19:49:11 +0000 Subject: [PATCH] Use `:' instead of the empty string if there is nothing to do since the 1998-10-11 Martin Baulig * 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 --- macros/ChangeLog | 6 ++++++ macros/gnome-libgtop-sysdeps.m4 | 2 ++ 2 files changed, 8 insertions(+) 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 + + * 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 * 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) -- 2.7.4