diff options
author | Martin Baulig <baulig@suse.de> | 2000-08-06 14:13:11 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-08-06 14:13:11 +0000 |
commit | 12c7ec67c2cec0992276e4906c285e5beeb091ae (patch) | |
tree | 6e414979cd5f700a1e4be69efdf3a78fa51f6653 /macros2 | |
parent | 4cd0b9dce4a6cd1ba171f3f4f6641648e209a4bf (diff) | |
download | shared-mime-info-12c7ec67c2cec0992276e4906c285e5beeb091ae.tar.gz |
Renamed to GNOME2_X_CHECKS.
2000-08-06 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
to GNOME2_X_CHECKS.
svn path=/trunk/; revision=1361
Diffstat (limited to 'macros2')
-rw-r--r-- | macros2/ChangeLog | 5 | ||||
-rw-r--r-- | macros2/gnome-x-checks.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog index d6ed3078..42e472a3 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,8 @@ +2000-08-06 Martin Baulig <baulig@suse.de> + + * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed + to GNOME2_X_CHECKS. + 2000-07-24 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Removed some old crap in it. diff --git a/macros2/gnome-x-checks.m4 b/macros2/gnome-x-checks.m4 index dbb56ffa..19cccaef 100644 --- a/macros2/gnome-x-checks.m4 +++ b/macros2/gnome-x-checks.m4 @@ -13,7 +13,7 @@ dnl dnl The following configure cache variables are defined (but not used): dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS} dnl -AC_DEFUN([GNOME_X_CHECKS], +AC_DEFUN([GNOME2_X_CHECKS], [ AM_PATH_GTK_2_0(1.3.1,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could |