> configure, line 2378, you have > CXXFLAGS="-O3 -march=i686" > killing it for people that have x86_64 :/ > > it's correct in latest cvs though. I would change it, but I have no idea how > to do the tagging with cvs
I think I fixed it two hours ago in alpha22-rc. Commiting to sticky cvs branches like alpha22-rc is simple. First you need an alpha22-rc repository. You get an alpha22-rc repository with: cvs checkout -r alpha22-rc <dir name you like> Or you can convert an existing repository: cvs update -r alpha22-rc Once you have an repository of alpha22-rc every commit or checkout in this repository works on alpha22-rc instead of MAIN. So "cvs ci configure.in" does the job. "configure" is not part of the repository it is created by the autotools. ps: maybe configure.in was not the problem. Using ./bootstrap might fix it. I don't know. But bootstrap is also buggy. It looks in the wrong directory on my box: aclocal -I /usr/local/share/aclocal \ "/usr/local/share/aclocal" doesn't even exist! -- Kai Antweiler _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
