otherwise set it to the empty string.
@end defmac
+@defmac AC_FIND_XTRA
+@maindex FIND_XTRA
+Check for special options and X libraries that some systems need in
+order to compile X programs. Add any that the system needs to
+@code{make} variables @code{X_CFLAGS} and @code{X_LIBS}. This macro
+calls @code{AC_FIND_X} and @code{AC_ISC_POSIX} (@pxref{UNIX Variants})
+if they have not already been called.
+@end defmac
+
@defmac AC_HAVE_POUNDBANG (@var{action-if-supported} @r{[}, @var{action-if-unsupported}@r{]})
@maindex HAVE_POUNDBANG
Print @samp{checking if `#!' works in shell scripts} to the standard
For example, this line in @file{configure.in}:
@example
-@iftex
-AC_REVISION($@code{Revision: 1.30 }$)dnl
-@end iftex
-@ifinfo
AC_REVISION($@asis{Revision: 1.30 }$)dnl
-@end ifinfo
@end example
@noindent
otherwise set it to the empty string.
@end defmac
+@defmac AC_FIND_XTRA
+@maindex FIND_XTRA
+Check for special options and X libraries that some systems need in
+order to compile X programs. Add any that the system needs to
+@code{make} variables @code{X_CFLAGS} and @code{X_LIBS}. This macro
+calls @code{AC_FIND_X} and @code{AC_ISC_POSIX} (@pxref{UNIX Variants})
+if they have not already been called.
+@end defmac
+
@defmac AC_HAVE_POUNDBANG (@var{action-if-supported} @r{[}, @var{action-if-unsupported}@r{]})
@maindex HAVE_POUNDBANG
Print @samp{checking if `#!' works in shell scripts} to the standard
For example, this line in @file{configure.in}:
@example
-@iftex
-AC_REVISION($@code{Revision: 1.30 }$)dnl
-@end iftex
-@ifinfo
AC_REVISION($@asis{Revision: 1.30 }$)dnl
-@end ifinfo
@end example
@noindent