Overriding PACKAGE_TARNAME?

2005-08-05 Thread Warren Young
I maintain a package called MySQL++, which uses autoconf. In previous versions of the library, we used AM_INIT_AUTOMAKE, calling the package 'mysql++'. For the upcoming version of the library, we have switched over to the newer AC_INIT syntax. But now, 'make dist' is creating tarballs

Re: Overriding PACKAGE_TARNAME?

2005-08-05 Thread Stepan Kasal
Hello, On Fri, Aug 05, 2005 at 08:30:25AM -0600, Warren Young wrote: over to the newer AC_INIT syntax. [...] mysql---x.y.z.tar.gz How do we either prevent AC_INIT from turning + signs into - signs when creating the PACKAGE_TARNAME macro, or override PACKAGE_TARNAME once it's been

Re: Overriding PACKAGE_TARNAME?

2005-08-05 Thread Ralf Wildenhues
Hi Warren, * Warren Young wrote on Fri, Aug 05, 2005 at 04:30:25PM CEST: I maintain a package called MySQL++, which uses autoconf. In previous versions of the library, we used AM_INIT_AUTOMAKE, calling the package 'mysql++'. For the upcoming version of the library, we have switched over

Re: Overriding PACKAGE_TARNAME?

2005-08-05 Thread Warren Young
Ralf Wildenhues wrote: AC_INIT([MySQL++], [1.2345], [EMAIL PROTECTED], [mysql++]) Ah, thank you. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf