[Groonga-mysql-commit] mroonga/mroonga [master] Expand $(top_builddir) for using config.sh in run-sql-test.sh

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 19日 (土) 21:23:24 JST


Kouhei Sutou	2012-05-19 21:23:24 +0900 (Sat, 19 May 2012)

  New Revision: 5199a48c5df5b2effee2ac10173226c1d28be564

  Log:
    Expand $(top_builddir) for using config.sh in run-sql-test.sh

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-05-02 20:31:53 +0900 (49068ec)
+++ configure.ac    2012-05-19 21:23:24 +0900 (72e4109)
@@ -107,7 +107,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
             :
             ;;
         *)
-            ac_mysql_source_dir="\$(top_builddir)/$ac_mysql_source_dir"
+            ac_mysql_source_dir="$ac_pwd/$ac_mysql_source_dir"
             ;;
         esac
         MYSQL_INC="-I$ac_mysql_source_dir/sql"




Groonga-mysql-commit メーリングリストの案内
Back to archive index