Check for gettextize added in autogen.sh
This commit is contained in:
parent
9b1a006678
commit
0a921d513a
@ -1,3 +1,7 @@
|
|||||||
|
2009-06-22 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
|
* autogen.sh: check for gettextize added
|
||||||
|
|
||||||
2009-06-21 Frederic Culot <frederic@culot.org>
|
2009-06-21 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
* src/notify.c (notify_free_app): new function
|
* src/notify.c (notify_free_app): new function
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004-2006 Frederic Culot
|
# Copyright (c) 2004-2006, 2009 Frederic Culot
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -20,7 +20,7 @@
|
|||||||
# Send your feedback or comments to : calcurse@culot.org
|
# Send your feedback or comments to : calcurse@culot.org
|
||||||
# Calcurse home page : http://culot.org/calcurse
|
# Calcurse home page : http://culot.org/calcurse
|
||||||
#
|
#
|
||||||
# $calcurse: autogen.sh,v 1.1 2006/07/31 21:00:02 culot Exp $
|
# $calcurse: autogen.sh,v 1.2 2009/06/22 16:20:05 culot Exp $
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# autogen.sh - Generates all the necessary files to build calcurse from
|
# autogen.sh - Generates all the necessary files to build calcurse from
|
||||||
@ -158,6 +158,7 @@ echo " --- $PKG_NAME autogen script ---\n"
|
|||||||
check_directory_level
|
check_directory_level
|
||||||
clean_old_files
|
clean_old_files
|
||||||
check_program gettext
|
check_program gettext
|
||||||
|
check_program gettextize
|
||||||
check_program_version gettext $GETTEXT_VERSION
|
check_program_version gettext $GETTEXT_VERSION
|
||||||
check_program aclocal
|
check_program aclocal
|
||||||
check_program autoheader
|
check_program autoheader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user