diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d6138a..4ffb5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,8 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.65) -AC_INIT(Dimension, 0.0.0, tavianator@gmail.com, dimension) +AC_INIT(Dimension, 0.0.0, tavianator@gmail.com, dimension, + [http://dmnsn.googlecode.com]) AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs |