source: trunk/essentials/sys-devel/automake-1.4/tests/aclocalii.test

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 336 bytes
Line 
1#! /bin/sh
2
3# Test to make sure include of include detects missing macros
4. $srcdir/defs || exit 1
5
6echo GNOME_X_CHECKS >> configure.in
7
8mkdir macros
9
10cat > macros/gnome.m4 << 'END'
11AC_DEFUN([GNOME_X_CHECKS], [
12 AM_PATH_GTK(0.99.5,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
13])
14END
15
16$ACLOCAL -I macros && exit 1
17exit 0
Note: See TracBrowser for help on using the repository browser.