Code Monkey home page Code Monkey logo

Comments (2)

ampli avatar ampli commented on June 18, 2024 1

Now that autogen.sh invokes autoreconf -fvi, the calls to libtoolize/glibtoolize , aclocal, automake, and autoconf just repeat its work and are not needed. I can send a PR with a fix for that and other fixes I gathered.

$ sh -x ./autogen.sh --no-configure                                                                                                                                                                                                                                                              LG (small-fixes *+$|u+6-5)
+ rm -f autogen.err
+ automake --version
+ perl -ne 'if (/\(GNU automake\) (([0-9]+).([0-9]+))/) {print; if ($2 < 1 || ($2 == 1 && $3 < 4)) {exit 1;}}'
automake (GNU automake) 1.16.5
+ '[' 0 -ne 0 ']'
++ aclocal --print-ac-dir
+ test '!' -d /usr/share/aclocal
+ autoreconf -fvi
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:83: installing './compile'
configure.ac:56: installing './missing'
bindings/java-jni/Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
+ case `uname` in
++ uname
+ libtoolize --force --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
+ echo 'Creating aclocal.m4: aclocal  '
Creating aclocal.m4: aclocal  
+ aclocal
+ echo 'automake --add-missing --copy --foreign'
automake --add-missing --copy --foreign
+ automake --add-missing --copy --foreign
+ '[' -f config.cache ']'
+ echo 'Creating configure...'
Creating configure...
+ autoconf
+ run_configure=true
+ for arg in $*
+ case $arg in
+ run_configure=false
+ false
+ echo

+ echo 'Now run '\''configure'\'' and '\''make'\'' to compile link-grammar.'
Now run 'configure' and 'make' to compile link-grammar.

from link-grammar.

linas avatar linas commented on June 18, 2024

Oh, ah huh. I just now did this on my machine. I fixed this meatball surgery style in #1516 -- if this is wrong, let me know. If you happen to have a modern, recommended version of autogen.sh, (and I think you might, cause you do a lot of porting work) please open a pull req with that in it. The current autogen.sh is at least 20 years old, some copy of a copy of a copy lost in the sands of time.

from link-grammar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.