Revision | 3198f8fd87692bbd6e7a84445d0a6a959f7f6d98 (tree) |
---|---|
Time | 2013-08-23 21:08:25 |
Author | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Avoid deprecated style AM_INIT_AUTOMAKE. #28588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1496 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -16,15 +16,15 @@ | ||
16 | 16 | # along with MolDS. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | |
18 | 18 | AC_PREREQ([2.60]) |
19 | -AC_INIT([MolDS], [0.2], [molds-dev@lists.sourceforge.jp]) | |
19 | +AC_INIT([MolDS], [0.2], [molds-dev@lists.sourceforge.jp], [MolDS]) | |
20 | 20 | |
21 | 21 | dnl Check if pwd is source directory |
22 | 22 | AS_IF([test -x ./configure], |
23 | 23 | AC_MSG_FAILURE([Don't execute configure script in source directory!])) |
24 | 24 | |
25 | -AM_INIT_AUTOMAKE([MolDS], [0.2], [no-define]) | |
26 | 25 | AC_CONFIG_SRCDIR([Main.cpp]) |
27 | 26 | AC_CONFIG_HEADERS([config.h]) |
27 | +AM_INIT_AUTOMAKE([no-define]) | |
28 | 28 | |
29 | 29 | dnl Setup CXXFLAGS |
30 | 30 | AC_MSG_CHECKING([release mode]) |