shared-mime-database : entry change
Thomas Leonard
tal00r at ecs.soton.ac.uk
Fri Dec 12 18:41:53 EET 2003
On Thu, Dec 11, 2003 at 03:28:34PM -0600, Warren Turkal wrote:
> Thomas Leonard wrote:
> > I'll apply it once I've worked out the new build system. Could some
> > automake guru write an 'autogen.sh'? There seem to be quite a lot of steps
> > to generate the 'm4' directory... thanks!
>
> You shouldn't need an autogen.sh. Use autoreconf instead.
Well, perhaps in that case someone could write an autogen.sh that does the
appropriate autoreconf magic. I'm sure I can't be the only one having
trouble with this (and I'm sure it's very obvious if you know how!).
At the risk of looking very stupid:
$ autoreconf
aclocal: couldn't open directory `m4': No such file or directory
$ mkdir m4
$ autoreconf2.50
$ ./configure
config.status: error: cannot find input file: m4/Makefile.in
$ glib-gettextize --force --copy
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
$ cp /usr/share/aclocal/{codeset.m4,gettext.m4,glibc21.m4,iconv.m4,isc-posix.m4,lcmessage.m4,progtest.m4} m4
$ aclocal-1.7
$ autoreconf2.50
$ ./configure
config.status: error: cannot find input file: m4/Makefile.in
etc
--
Thomas Leonard http://rox.sourceforge.net
tal00r at ecs.soton.ac.uk tal197 at users.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
More information about the xdg
mailing list