updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 21:13:03 +0000 (21:13 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 18 Apr 2005 21:13:03 +0000 (21:13 +0000)
apps/autodist/CHANGES
apps/autodist/autodist.in
apps/autodist/doc/autodist.texi

index 1af3ef13eea397ecab6a69d5b78b8f5dce8ea008..c84bcf738bbc8e1dfa950f23432eab3228f76752 100644 (file)
@@ -1,3 +1,7 @@
+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.
 Mon Apr 18 20:06:24 EEST 2005  Pekka Riikonen <priikone@silcnet.org>
 
        * Autodist 1.1.
index 1f58a2e7c5a8f6b03437c7b2db879ce2523f78fb..00a7c95585758eb15c37a833aed072c34ef7c744 100755 (executable)
@@ -1610,6 +1610,11 @@ ad_make_makefile_ams
 #
 ad_make_configure_ac ./configure.ad
 
 #
 ad_make_configure_ac ./configure.ad
 
+#
+# Process all files with .ad suffix for distribution processing
+#
+ad_process_ads
+
 #
 # Generate configure script
 #
 #
 # Generate configure script
 #
@@ -1620,11 +1625,6 @@ ad_make_configure
 #
 ad_make_makefile_ins
 
 #
 ad_make_makefile_ins
 
-#
-# Process all files with .ad suffix for distribution processing
-#
-ad_process_ads
-
 #
 # Create autodist.dist
 #
 #
 # Create autodist.dist
 #
index d0792a6707c5ef919bb2a7ec71a76084024d588c..2533d06114e198b1bde915c9242ed2210e28c331 100644 (file)
@@ -1023,6 +1023,9 @@ preparation.  They will be processed when creating the distribution package.
 If you need processed files during configuration or compilation then they
 need to have '.ad' suffix.
 
 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
 @menu
 * Distdefines::                 Using distdefs in files
 @end menu