aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-22 16:20:04 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-22 16:20:04 +0000
commit0a921d513a5145d3d88739216b704503ddfe0b2b (patch)
tree6f73c064e9f551a2bbcce8c5cbd92392adddc583 /autogen.sh
parent9b1a006678f5be46f762c79f27d2a1e77e41306b (diff)
downloadcalcurse-0a921d513a5145d3d88739216b704503ddfe0b2b.tar.gz
calcurse-0a921d513a5145d3d88739216b704503ddfe0b2b.zip
Check for gettextize added in autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index aa44551..9470889 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/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
# 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
# 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
@@ -158,6 +158,7 @@ echo " --- $PKG_NAME autogen script ---\n"
check_directory_level
clean_old_files
check_program gettext
+check_program gettextize
check_program_version gettext $GETTEXT_VERSION
check_program aclocal
check_program autoheader