diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-10-12 03:49:11 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-10-12 03:49:11 +0800 |
commit | e5c3c13873ec9d9b676e997ff6b9eb653274a348 (patch) | |
tree | 36102a7ea004415e85641891f2951764e547309e | |
parent | 9d4241b7c7eaaf347b7807907eec8115a8f8ee42 (diff) | |
download | gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar.gz gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar.bz2 gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar.lz gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar.xz gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.tar.zst gsoc2013-evolution-e5c3c13873ec9d9b676e997ff6b9eb653274a348.zip |
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=441
-rw-r--r-- | macros/ChangeLog | 6 | ||||
-rw-r--r-- | macros/gnome-libgtop-sysdeps.m4 | 2 |
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) |