[Groonga-commit] groonga/groonga at 2d2e025 [master] Fix typo

Back to archive index

Hiroyuki Sato null+****@clear*****
Sat Sep 19 23:19:18 JST 2015


Hiroyuki Sato	2015-09-19 23:19:18 +0900 (Sat, 19 Sep 2015)

  New Revision: 2d2e025c439bf36709101cd5b55702b2e6485088
  https://github.com/groonga/groonga/commit/2d2e025c439bf36709101cd5b55702b2e6485088

  Merged 48cc114: Merge pull request #407 from hiroyuki-sato/fix_autogen

  Message:
    Fix typo

  Modified files:
    autogen.sh

  Modified: autogen.sh (+1 -1)
===================================================================
--- autogen.sh    2015-09-19 19:40:14 +0900 (3a64869)
+++ autogen.sh    2015-09-19 23:19:18 +0900 (4dd9a8b)
@@ -10,7 +10,7 @@ Darwin)
         fi
         gettext_aclocal="$(echo /usr/local/Cellar/gettext/*/share/aclocal | awk '{ print $NF }')"
         if [ -d "$gettext_aclocal" ]; then
-          $ACLOCAL_ARGS="$ACLOCAL_ARGS -I $gettext_aclocal"
+          ACLOCAL_ARGS="$ACLOCAL_ARGS -I $gettext_aclocal"
         fi
 	;;
 FreeBSD)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index