diff options
| author | Vincent Richard <[email protected]> | 2005-08-27 12:29:18 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-08-27 12:29:18 +0000 |
| commit | 53ebad66084a732b0d2579a6fe22225bd4d55f6c (patch) | |
| tree | 456eb609ddcced04676c5024346fe8044d59cfa1 /bootstrap | |
| parent | XML output for test results. (diff) | |
| download | vmime-53ebad66084a732b0d2579a6fe22225bd4d55f6c.tar.gz vmime-53ebad66084a732b0d2579a6fe22225bd4d55f6c.zip | |
Added M4 for iconv.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ DIE=0 echo "" if test $DIE = 0 ; then - echo -n "* Running aclocal... " ; (aclocal${amvers} >& bootstrap.tmpout) \ + echo -n "* Running aclocal... " ; (aclocal${amvers} -I m4 >& bootstrap.tmpout) \ && (echo "[OK]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout) \ || (echo "[NO]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout ; not_a_command >& /dev/null) || DIE=1 fi |
