modernized use of AM_INIT_AUTOMAKE a bit (according to

* configure.in: modernized use of AM_INIT_AUTOMAKE a bit (according to
http://www.gnu.org/software/automake/manual/html_node/Public-macros.html#Public%20macros)
This commit is contained in:
Bart Hakvoort 2004-10-21 15:32:57 +00:00
parent 32cd2f2548
commit c4980fb78e
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-10-21 Bart Hakvoort <gparted@users.sf.net>
* configure.in: modernized use of AM_INIT_AUTOMAKE a bit (according to
http://www.gnu.org/software/automake/manual/html_node/Public-macros.html#Public%20macros)
2004-10-21 Bart Hakvoort <gparted@users.sf.net>
* include/Dialog_Partition_Resize_Move.h,

View File

@ -1,5 +1,7 @@
AC_INIT(src/main.cc)
AM_INIT_AUTOMAKE(gparted, 0.0.5)
AC_INIT(gparted, 0.0.5)
AC_CONFIG_SRCDIR(src/main.cc)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE