diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:48:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:48:33 +0000 |
commit | 069477d35c0e5985bf9b741cf0fe90bbd6e30b61 (patch) | |
tree | a94e0fb349c08756523bba87048cec3d4124e57c /buildconf | |
parent | eaff1a344ec0957b913766fec990a2c848824f0f (diff) | |
download | curl-069477d35c0e5985bf9b741cf0fe90bbd6e30b61.tar.gz |
automake -a for the depcomp
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ die(){ aclocal || die "The command 'aclocal' failed" autoheader || die "The command 'autoheader' failed" autoconf || die "The command 'autoconf' failed" -automake || die "The command 'automake $MAKEFILES' failed" +automake -a || die "The command 'automake $MAKEFILES' failed" |