summaryrefslogtreecommitdiff
path: root/macros2/gnome-common.m4
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-07-24 23:07:48 +0000
committernobody <nobody@localhost>2000-07-24 23:07:48 +0000
commitb7e853d8c8aced53fce688558a05ea5d6c892999 (patch)
tree3972b59aa6351d8e9ab6b5a0a9a626b8092e3f5b /macros2/gnome-common.m4
parent68fcb40dbe388b2c9065f2be5fef29d076f58f4b (diff)
downloadshared-mime-info-rak-soundview.tar.gz
This commit was manufactured by cvs2svn to create branchrak-soundview
'rak-soundview'. svn path=/branches/rak-soundview/; revision=1342
Diffstat (limited to 'macros2/gnome-common.m4')
-rw-r--r--macros2/gnome-common.m420
1 files changed, 0 insertions, 20 deletions
diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4
deleted file mode 100644
index c0dda4d0..00000000
--- a/macros2/gnome-common.m4
+++ /dev/null
@@ -1,20 +0,0 @@
-# gnome-common.m4
-#
-# This only for packages that are not in the GNOME CVS tree.
-
-dnl GNOME_COMMON_INIT
-
-AC_DEFUN([GNOME_COMMON_INIT],
-[
- AC_CACHE_VAL(ac_cv_gnome_aclocal_dir,
- [ac_cv_gnome_aclocal_dir="$GNOME_COMMON_MACROS_DIR"])
- AC_CACHE_VAL(ac_cv_gnome_aclocal_flags,
- [ac_cv_gnome_aclocal_flags="$ACLOCAL_FLAGS"])
- GNOME_ACLOCAL_DIR="$ac_cv_gnome_aclocal_dir"
- GNOME_ACLOCAL_FLAGS="$ac_cv_gnome_aclocal_flags"
- AC_SUBST(GNOME_ACLOCAL_DIR)
- AC_SUBST(GNOME_ACLOCAL_FLAGS)
-
- ACLOCAL="$ACLOCAL $GNOME_ACLOCAL_FLAGS"
-])
-