https://stackoverflow.com/questions/50044091/what-is-the-job-of-autogen-sh-when-building-a-c-package-on-linux#:~:text=The%20autogen.sh%20script%20generates,Makefile.am%20using%20automake).
The Debian package build process invokes autoreconf directly, autogen.sh is not needed. IMHO it is a mere convenience thingy, can go if it is disturbing anyone. Best, Steffen > Gesendet: Sonntag, 29. September 2024 um 15:34 > Von: "andy pugh" <[email protected]> > An: "EMC developers" <[email protected]> > CC: "Steffen Möller" <[email protected]> > Betreff: Re: [Emc-developers] Any bash/dash etc experts? > > <html><head></head><body>I am a bit confused that he isn't following the > normal build process. > > The sequence we give is > > ./autogen.sh > ./configure > make > > He seems to be doing > > ./autoconf > ./configure > make > > I am not sure if this is a dash thing (I think not) or whether one > would expect his process to work anyway. > > > > > -- > atp > "A motorcycle is a bicycle with a pandemonium attachment and is > designed for the especial use of mechanical geniuses, daredevils and > lunatics." > — George Fitch, Atlanta Constitution Newspaper, 1912 > </body></html> _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
