diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 16:12:33 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 16:12:33 +0000 |
commit | 24e8e40736aef1ce34c4dc77c8ada91c52ca9dce (patch) | |
tree | 05ccb7b67ab279b0f107c322d5eaa698cc9c8238 /autogen.sh | |
parent | 57029fa42bf299253de32f9f65e129d10c775d89 (diff) |
+ moved automake symlinks to copies
svn path=/trunk/externals/moocow/pdstring/; revision=10578
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ fi if test -n "$MY_AMDIRS"; then for d in $MY_AMDIRS ; do - echo "(cd $d ; $AUTOMAKE -a)" - (cd $d ; $AUTOMAKE -a) + echo "(cd $d ; $AUTOMAKE -a -c)" + (cd $d ; $AUTOMAKE -a -c) done fi |