summaryrefslogtreecommitdiffstats
path: root/prepare
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-11 14:05:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-11 14:05:33 +0000
commit157c9766dc3615608224767968d9c1e0ef40f861 (patch)
treed54835bb21fb182cacad9b793798f49edc82f3d0 /prepare
parent9e7c81e6dc85b6abe46436359a06b5056c16c743 (diff)
Preparing for 0.96: $output.in was real fun in the dist target.
*argh*
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 2 insertions, 0 deletions
diff --git a/prepare b/prepare
index ad344201..d2a60afe 100755
--- a/prepare
+++ b/prepare
@@ -8,6 +8,8 @@ am()
return 0
}
+touch '$output.in'
+
if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
&& am && autoconf && ./configure $@
then