menu spec packagizing
Keith Packard
keithp at keithp.com
Fri Oct 17 07:11:44 EEST 2003
Around 23 o'clock on Oct 16, Havoc Pennington wrote:
> Just get your good autogen script included with automake, and I'll be
> saved. ;-)
I've started using a very short autogen script that takes advantage of
autoremake:
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"
This seems to work quite nicely for me; is there something that this
script doesn't do that the long shell version does?
-keith
More information about the xdg
mailing list