]> granicus.if.org Git - pgbouncer/commitdiff
configure.ac: Update AC_INIT invocation
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 2 Aug 2019 06:50:32 +0000 (08:50 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 2 Aug 2019 06:50:32 +0000 (08:50 +0200)
Add bug report and URL information, update PgBouncer capitalization.

Makefile
configure.ac

index 2e13d005a69a9ff43906853df2e43b53d3bc116c..0663ed0cf19fdb548e49b974349e816efe87f160 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ deb:
        debuild -b -us -uc
 
 w32arch = i686-w64-mingw32
-w32zip = pgbouncer-$(PACKAGE_VERSION)-win32.zip
+w32zip = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-win32.zip
 zip: configure clean
        rm -rf buildexe
        mkdir buildexe
@@ -140,7 +140,7 @@ zip: configure clean
 zip-up: $(w32zip)
        rsync $(w32zip) pgf:web/pgbouncer/htdocs/win32/
 
-tgz = pgbouncer-$(PACKAGE_VERSION).tar.gz
+tgz = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz
 tgz-up: $(tgz)
        rsync $(tgz) pgf:web/pgbouncer/htdocs/testing/
 
index e6816037187e27088d47b51261174c4fa2168ae6..a41958d93db50dc2cffe7253da3dd0834f1578b1 100644 (file)
@@ -1,6 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.10.0)
+AC_INIT([PgBouncer],
+        [1.10.0],
+        [https://github.com/pgbouncer/pgbouncer/issues], [],
+        [https://pgbouncer.github.io/])
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])