+Mon Apr 18 21:05:42 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
+
+ * Process '*.ad' files before calling autoconf and automake.
+
Mon Apr 18 20:06:24 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
* Autodist 1.1.
#
ad_make_configure_ac ./configure.ad
+#
+# Process all files with .ad suffix for distribution processing
+#
+ad_process_ads
+
#
# Generate configure script
#
#
ad_make_makefile_ins
-#
-# Process all files with .ad suffix for distribution processing
-#
-ad_process_ads
-
#
# Create autodist.dist
#
If you need processed files during configuration or compilation then they
need to have '.ad' suffix.
+Note that, the distdef format used in these files must be the non-source
+format.
+
@menu
* Distdefines:: Using distdefs in files
@end menu