ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9093] Add config.guess and config.sub to .gitignore and re

Date: Fri, 20 Sep 2013 18:12:30 +0000

changed bug 9093

What Removed Added
CC   [email protected]

Comment # 1 on bug 9093 from
Hmmm, I don't think that removing config.guess and config.sub is the right
thing to do.

Yes, this Q&A:

http://stackoverflow.com/questions/4458859/autotools-should-config-guess-depcomp-or-ltmain-sh-be-stored-in-the-svn-repo

says that you shouldn't be in the repo, but a later answer points out that not
having them in the repo means you may get inconsistency.

Libtool will put them in our source distribution anyway:

http://www.sourceware.org/autobook/autobook/autobook_90.html

which means that if we don't have them in SVN we'll be distributing the
versions that the buildbot builds; I suspect that the versions in SVN are
actually newer than what the buildbot would build.

For example one Redhat bug:

https://bugzilla.redhat.com/show_bug.cgi?id=926723

was fixed by us pulling in the most recent config.guess and config.sub.

Another data point: Ruby keeps these files in source control to ensure the
files are pretty close to the latest versions:

https://www.ruby-forum.com/topic/72354


(I am far from an autofoo expert so maybe there are stronger reasons not do it
that I just haven't found...)


You are receiving this mail because:
  • You are watching all bug changes.