From f44628eb847d96f73657c01730b1fa78daa9d382 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 29 May 2000 14:30:32 +0000 Subject: Install macros to `$(datadir)/aclocal/gnome-macros' when 2000-05-29 Martin Baulig * gnome-common.m4, Makefile.am: Install macros to `$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON. * gnome-autogen.sh: New file. When using gnome-common instead of the macros/ directory, use this in your autogen.sh. svn path=/trunk/; revision=3258 --- macros/gnome-autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 macros/gnome-autogen.sh (limited to 'macros/gnome-autogen.sh') diff --git a/macros/gnome-autogen.sh b/macros/gnome-autogen.sh new file mode 100755 index 0000000000..33d98a62f0 --- /dev/null +++ b/macros/gnome-autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome-macros +export ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS" +. $GNOME_COMMON_MACROS_DIR/autogen.sh + -- cgit v1.2.3