]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.ac
Improve --version output.
[gob-dx.git] / configure.ac
index b43fc7c047c0fc3fc89353573fd070b845f93a72..0fd20f7a406292d5d34cf1a2903a54705ea3c91a 100644 (file)
@@ -6,7 +6,7 @@ dnl License GPLv2+: GNU General Public License version 2 or any later version.
 dnl This is free software: you are free to change and redistribute it.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
-AC_INIT([gob-dx], [2.0.20a], [nbowler@draconx.ca])
+AC_INIT([GObject Builder], [2.0.20a], [nbowler@draconx.ca], [gob-dx])
 AC_CONFIG_SRCDIR([src/treefuncs.def])
 AC_CONFIG_HEADERS([config.h])
 
@@ -40,5 +40,5 @@ AC_CONFIG_TESTDIR([.], [t:.])
 DX_PROG_AUTOTEST
 AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"])
 
-AC_CONFIG_FILES([Makefile gob2.spec doc/gob2.1 atlocal])
+AC_CONFIG_FILES([Makefile gob2.spec doc/gob2.1])
 AC_OUTPUT