Created
August 19, 2019 12:01
-
-
Save sarim/59e52459954f4462d3e1722d9022c02c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/ibus-avro➤ aclocal && autoconf && automake --add-missing | |
configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: | |
configure.ac:6: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation | |
configure.ac:6: installing './install-sh' | |
configure.ac:6: installing './missing' | |
~/ibus-avro➤ ./configure --prefix=/opt/gittu/avrotest | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
mkdir -p /opt/gittu/avrotest/share/ibus-avro/../applications/ | |
/usr/bin/install -c -m 644 evars.js /opt/gittu/avrotest/share/ibus-avro/evars.js | |
/usr/bin/install -c -m 755 main-gjs.js /opt/gittu/avrotest/share/ibus-avro/main-gjs.js | |
/usr/bin/install -c -m 644 avrolib.js /opt/gittu/avrotest/share/ibus-avro/avrolib.js | |
/usr/bin/install -c -m 644 utf8.js /opt/gittu/avrotest/share/ibus-avro/utf8.js | |
/usr/bin/install -c -m 644 avrodict.js /opt/gittu/avrotest/share/ibus-avro/avrodict.js | |
/usr/bin/install -c -m 644 suffixdict.js /opt/gittu/avrotest/share/ibus-avro/suffixdict.js | |
/usr/bin/install -c -m 644 dbsearch.js /opt/gittu/avrotest/share/ibus-avro/dbsearch.js | |
/usr/bin/install -c -m 644 avroregexlib.js /opt/gittu/avrotest/share/ibus-avro/avroregexlib.js | |
/usr/bin/install -c -m 644 suggestionbuilder.js /opt/gittu/avrotest/share/ibus-avro/suggestionbuilder.js | |
/usr/bin/install -c -m 644 levenshtein.js /opt/gittu/avrotest/share/ibus-avro/levenshtein.js | |
/usr/bin/install -c -m 644 autocorrect.js /opt/gittu/avrotest/share/ibus-avro/autocorrect.js | |
/usr/bin/install -c -m 755 pref.js /opt/gittu/avrotest/share/ibus-avro/pref.js | |
/usr/bin/install -c -m 644 avropref.ui /opt/gittu/avrotest/share/ibus-avro/avropref.ui | |
/usr/bin/install -c -m 644 avro-bangla.png /opt/gittu/avrotest/share/ibus-avro/avro-bangla.png | |
/usr/bin/install -c -m 644 ibus-avro.xml /opt/gittu/avrotest/share/ibus-avro/../ibus/component/ibus-avro.xml | |
/usr/bin/install -c -m 644 com.omicronlab.avro.gschema.xml /opt/gittu/avrotest/share/ibus-avro/../glib-2.0/schemas/com.omicronlab.avro.gschema.xml | |
glib-compile-schemas /opt/gittu/avrotest/share/ibus-avro/../glib-2.0/schemas/ | |
/usr/bin/install -c -m 644 ibus-setup-ibus-avro.desktop /opt/gittu/avrotest/share/ibus-avro/../applications/ibus-setup-ibus-avro.desktop | |
~/ibus-avro➤ find /opt/gittu/avrotest/ | |
/opt/gittu/avrotest/ | |
/opt/gittu/avrotest/libexec | |
/opt/gittu/avrotest/share | |
/opt/gittu/avrotest/share/applications | |
/opt/gittu/avrotest/share/applications/ibus-setup-ibus-avro.desktop | |
/opt/gittu/avrotest/share/glib-2.0 | |
/opt/gittu/avrotest/share/glib-2.0/schemas | |
/opt/gittu/avrotest/share/glib-2.0/schemas/com.omicronlab.avro.gschema.xml | |
/opt/gittu/avrotest/share/glib-2.0/schemas/gschemas.compiled | |
/opt/gittu/avrotest/share/ibus | |
/opt/gittu/avrotest/share/ibus/component | |
/opt/gittu/avrotest/share/ibus/component/ibus-avro.xml | |
/opt/gittu/avrotest/share/ibus-avro | |
/opt/gittu/avrotest/share/ibus-avro/autocorrect.js | |
/opt/gittu/avrotest/share/ibus-avro/avro-bangla.png | |
/opt/gittu/avrotest/share/ibus-avro/avrodict.js | |
/opt/gittu/avrotest/share/ibus-avro/avrolib.js | |
/opt/gittu/avrotest/share/ibus-avro/avropref.ui | |
/opt/gittu/avrotest/share/ibus-avro/avroregexlib.js | |
/opt/gittu/avrotest/share/ibus-avro/dbsearch.js | |
/opt/gittu/avrotest/share/ibus-avro/evars.js | |
/opt/gittu/avrotest/share/ibus-avro/levenshtein.js | |
/opt/gittu/avrotest/share/ibus-avro/main-gjs.js | |
/opt/gittu/avrotest/share/ibus-avro/pref.js | |
/opt/gittu/avrotest/share/ibus-avro/suffixdict.js | |
/opt/gittu/avrotest/share/ibus-avro/suggestionbuilder.js | |
/opt/gittu/avrotest/share/ibus-avro/utf8.js | |
~/ibus-avro➤ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment