./src/config.h.in is now removed from CVS. It is copied from the

lib/config.h.in file by buildconf
This commit is contained in:
Daniel Stenberg
2004-12-25 22:10:38 +00:00
parent 7ef6b05ef1
commit 4ecf939452
2 changed files with 2 additions and 117 deletions

View File

@@ -168,6 +168,8 @@ echo "buildconf: running aclocal hack to convert all mv to mv -f"
perl -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
echo "buildconf: running autoheader"
${AUTOHEADER:-autoheader} || die "The autoheader command failed"
echo "buildconf: cp lib/config.h.in src/config.h.in"
cp lib/config.h.in src/config.h.in
echo "buildconf: running autoconf"
${AUTOCONF:-autoconf} || die "The autoconf command failed"