From 4682ad975d08f3ee691afae9973d33668ad2af80 Mon Sep 17 00:00:00 2001 From: pabs Date: Mon, 11 Jun 2007 20:35:39 +0000 Subject: [PATCH] Remove a bashism from the bootstrap script that was leaving a weirdly named (configure.[ai][nc]) file in the libltdl directory. git-svn-id: http://svn.voria.com/code@517 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index d70827b..8f3ad99 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -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 && -- 2.7.4