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:
parent
32cd2f2548
commit
c4980fb78e
|
@ -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>
|
2004-10-21 Bart Hakvoort <gparted@users.sf.net>
|
||||||
|
|
||||||
* include/Dialog_Partition_Resize_Move.h,
|
* include/Dialog_Partition_Resize_Move.h,
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
AC_INIT(src/main.cc)
|
AC_INIT(gparted, 0.0.5)
|
||||||
AM_INIT_AUTOMAKE(gparted, 0.0.5)
|
AC_CONFIG_SRCDIR(src/main.cc)
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue