From: David MacKenzie Date: Fri, 26 Aug 1994 03:21:00 +0000 (+0000) Subject: add advice X-Git-Tag: fsf-origin~518 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c971b9fc3e6ee77ad3dc2c01e333db5430d3554;p=thirdparty%2Fautoconf.git add advice --- diff --git a/autoconf.texi b/autoconf.texi index 6eae404fc..362ffe75d 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -3766,6 +3766,11 @@ When defining your own macros, you may now use @code{AC_DEFUN} instead of @code{AC_PROVIDE}. There's no harm in continuing to use the older way; it's just less convenient. @xref{Macro Format}. +You probably looked at the macros that came with Autoconf as a guide for +how to do things. It would be a good idea to take a look at the new +versions of them, as the style is somewhat improved and they take +advantage of some new features. + If you were doing tricky things with undocumented Autoconf internals (diversions, macros, variables), check whether you need to change anything to account for changes that have been made. Perhaps you can diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 6eae404fc..362ffe75d 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3766,6 +3766,11 @@ When defining your own macros, you may now use @code{AC_DEFUN} instead of @code{AC_PROVIDE}. There's no harm in continuing to use the older way; it's just less convenient. @xref{Macro Format}. +You probably looked at the macros that came with Autoconf as a guide for +how to do things. It would be a good idea to take a look at the new +versions of them, as the style is somewhat improved and they take +advantage of some new features. + If you were doing tricky things with undocumented Autoconf internals (diversions, macros, variables), check whether you need to change anything to account for changes that have been made. Perhaps you can