summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-06-09 01:05:14 +0000
committerMartin Baulig <martin@src.gnome.org>2000-06-09 01:05:14 +0000
commitbb50821b4debf445504ad5ed83aeef5d1ceecb43 (patch)
treea1c94e93035c32f18a58cd36420234b2ddc3846b
parent25a3c7b41a8396836464d1fd657178b4cecedb56 (diff)
downloadshared-mime-info-bb50821b4debf445504ad5ed83aeef5d1ceecb43.tar.gz
We need this here as well.
2000-06-09 Martin Baulig <martin@home-of-linux.org> * gnome-common.m4: We need this here as well. svn path=/trunk/; revision=1266
-rw-r--r--macros2/ChangeLog4
-rw-r--r--macros2/Makefile.am3
-rw-r--r--macros2/gnome-common.m414
3 files changed, 20 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 762c22df..90baaaaf 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-09 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-common.m4: We need this here as well.
+
2000-05-29 Martin Baulig <baulig@suse.de>
* Makefile.am: New file. Install this stuff into
diff --git a/macros2/Makefile.am b/macros2/Makefile.am
index 47fd694d..a8af26af 100644
--- a/macros2/Makefile.am
+++ b/macros2/Makefile.am
@@ -1,7 +1,8 @@
## Please update this variable if any new macros are created
HACK_MACROS= \
- gnome.m4
+ gnome.m4 \
+ gnome-common.m4
EXTRA_DIST=$(HACK_MACROS) autogen.sh
MAINTAINERCLEANFILES=macros2.dep
diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4
new file mode 100644
index 00000000..f2a83040
--- /dev/null
+++ b/macros2/gnome-common.m4
@@ -0,0 +1,14 @@
+# 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`/gnome2-macros
+ AC_SUBST(GNOME_ACLOCAL_DIR)
+
+ ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
+])
+