From 17886a01cad2650b1421367d4f3f0eadc25261bb Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 18 Apr 2005 21:13:03 +0000 Subject: [PATCH] updates. --- apps/autodist/CHANGES | 4 ++++ apps/autodist/autodist.in | 10 +++++----- apps/autodist/doc/autodist.texi | 3 +++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/apps/autodist/CHANGES b/apps/autodist/CHANGES index 1af3ef1..c84bcf7 100644 --- a/apps/autodist/CHANGES +++ b/apps/autodist/CHANGES @@ -1,3 +1,7 @@ +Mon Apr 18 21:05:42 EEST 2005 Pekka Riikonen + + * Process '*.ad' files before calling autoconf and automake. + Mon Apr 18 20:06:24 EEST 2005 Pekka Riikonen * Autodist 1.1. diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 1f58a2e..00a7c95 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -1610,6 +1610,11 @@ ad_make_makefile_ams # ad_make_configure_ac ./configure.ad +# +# Process all files with .ad suffix for distribution processing +# +ad_process_ads + # # Generate configure script # @@ -1620,11 +1625,6 @@ ad_make_configure # ad_make_makefile_ins -# -# Process all files with .ad suffix for distribution processing -# -ad_process_ads - # # Create autodist.dist # diff --git a/apps/autodist/doc/autodist.texi b/apps/autodist/doc/autodist.texi index d0792a6..2533d06 100644 --- a/apps/autodist/doc/autodist.texi +++ b/apps/autodist/doc/autodist.texi @@ -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. +Note that, the distdef format used in these files must be the non-source +format. + @menu * Distdefines:: Using distdefs in files @end menu -- 2.24.0