]> git.sur5r.net Git - glabels/blobdiff - glabels1/macros/gnome-common.m4
Organized master branch to be top-level directory for glabels, instead of
[glabels] / glabels1 / macros / gnome-common.m4
diff --git a/glabels1/macros/gnome-common.m4 b/glabels1/macros/gnome-common.m4
deleted file mode 100644 (file)
index b723829..0000000
+++ /dev/null
@@ -1,14 +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],
-[
-       GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome
-       AC_SUBST(GNOME_ACLOCAL_DIR)
-
-       ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
-])
-