aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-25 22:10:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-25 22:10:38 +0000
commit4ecf9394521469b34727d4fb2af2ef38c9e57f87 (patch)
tree15f70f4cd77ccce2f5b650d031ae7a320e4d76b0 /buildconf
parent7ef6b05ef1af3475ce0bd5a9d88366c70c390ee8 (diff)
downloadgnurl-4ecf9394521469b34727d4fb2af2ef38c9e57f87.tar.gz
gnurl-4ecf9394521469b34727d4fb2af2ef38c9e57f87.tar.bz2
gnurl-4ecf9394521469b34727d4fb2af2ef38c9e57f87.zip
./src/config.h.in is now removed from CVS. It is copied from the
lib/config.h.in file by buildconf
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
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"