acinclude.m4 (scrot-0.8) | : | acinclude.m4 (scrot-1.6.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
dnl | dnl | |||
dnl FOO_CFLAGS to `foo-config --cflags` | dnl FOO_CFLAGS to `foo-config --cflags` | |||
dnl FOO_LIBS to `foo-config --libs` | dnl FOO_LIBS to `foo-config --libs` | |||
dnl | dnl | |||
dnl At present there is no support for additional "MODULES" (see AM_PATH_GTK) | dnl At present there is no support for additional "MODULES" (see AM_PATH_GTK) | |||
dnl (shamelessly stolen from gtk.m4 and then hacked around a fair amount) | dnl (shamelessly stolen from gtk.m4 and then hacked around a fair amount) | |||
dnl | dnl | |||
dnl @author Angus Lees <gusl@cse.unsw.edu.au> | dnl @author Angus Lees <gusl@cse.unsw.edu.au> | |||
dnl @version $Id: acinclude.m4,v 1.1 2001/08/08 20:23:52 gilbertt Exp $ | dnl @version $Id: acinclude.m4,v 1.1 2001/08/08 20:23:52 gilbertt Exp $ | |||
AC_DEFUN(AC_PATH_GENERIC, | AC_DEFUN([AC_PATH_GENERIC], | |||
[dnl | [dnl | |||
dnl we're going to need uppercase, lowercase and user-friendly versions of the | dnl we're going to need uppercase, lowercase and user-friendly versions of the | |||
dnl string `LIBRARY' | dnl string `LIBRARY' | |||
pushdef([UP], translit([$1], [a-z], [A-Z]))dnl | pushdef([UP], translit([$1], [a-z], [A-Z]))dnl | |||
pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl | pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl | |||
dnl | dnl | |||
dnl Get the cflags and libraries from the LIBRARY-config script | dnl Get the cflags and libraries from the LIBRARY-config script | |||
dnl | dnl | |||
AC_ARG_WITH(DOWN-prefix,[ --with-]DOWN[-prefix=PFX Prefix where $1 is ins talled (optional)], | AC_ARG_WITH(DOWN-prefix,[ --with-]DOWN[-prefix=PFX Prefix where $1 is ins talled (optional)], | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |