Remove a bashism from the bootstrap script that was leaving a weirdly named (configur...
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Jun 2007 20:35:39 +0000 (20:35 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Jun 2007 20:35:39 +0000 (20:35 +0000)
git-svn-id: http://svn.voria.com/code@517 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/bootstrap

index d70827b..8f3ad99 100755 (executable)
@@ -194,7 +194,7 @@ set +x
        set -x
        (
                cd libltdl &&
-               ( echo "AC_CONFIG_AUX_DIR(../config)" >> configure.[ai][cn] ) &&
+               ( echo "AC_CONFIG_AUX_DIR(../config)" >> configure.* ) &&
                aclocal -I "../$CONFIG_DIR" &&
                autoheader &&
                autoconf &&