On Mon, 2009-03-02 at 16:33 +0100, Michael Biebl wrote: > looks like configure.ac is bit out of sync: > > AC_INIT(DeviceKit-power, 003, > http://lists.freedesktop.org/mailman/listinfo/devkit-devel) > AM_INIT_AUTOMAKE(DeviceKit-power, 007) > (note the 003 vs 007)
Good catch. > I suggest, setting the project name and version number only via > AC_INIT and use a simple AM_INIT_AUTOMAKE call like so > AC_INIT(DeviceKit-power, 007, > http://lists.freedesktop.org/mailman/listinfo/devkit-devel) > AM_INIT_AUTOMAKE > > The AM_INIT_AUTOMAKE macro will automatically pull the project name > and version number from AC_INIT. With this method, if you do make dist, you get devicekit-power-007.tar.gz rather than DeviceKit-power-007.tar.gz I'm no automake legend -- any ideas? Richard. _______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
