diff options
author | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:04:42 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:04:42 +0000 |
commit | 5c0fb96ed3fae52068b19eb7ed3c161dff038f2e (patch) | |
tree | 51f0c47b571c6e33583c0bf62b7f332fdd3e74be | |
parent | b494d943fc6330a3b52f7ec173ffbfeaec654bf1 (diff) |
Updates the automake package name to 'sudokusolver'.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a0978d7..6a19a31 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl see also http://qtnode.net/wiki/Qt_with_autotools dnl -AC_INIT([Sudoku Solver], [0.1.0], [ingar@osirion.org], [sudoku]) +AC_INIT([Sudoku Solver], [0.1.0], [ingar@osirion.org], [sudokusolver]) AC_CONFIG_HEADERS(src/config.h) |