From 4ecf9394521469b34727d4fb2af2ef38c9e57f87 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 25 Dec 2004 22:10:38 +0000 Subject: ./src/config.h.in is now removed from CVS. It is copied from the lib/config.h.in file by buildconf --- buildconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 04aeabb34..84cd8e505 100755 --- a/buildconf +++ b/buildconf @@ -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" -- cgit v1.2.3