aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2012-11-26 01:23:51 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2012-11-26 01:44:09 +0100
commit8c60b0fdd92fca5783b84380a1f911d9e5ff2e3a (patch)
tree6ce785a145ddb2543c535656dc0c9a6c9c9702e9 /autogen.sh
parent87fb8cfec0d8e8fc901746095458bd316314b6ee (diff)
downloadcalcurse-8c60b0fdd92fca5783b84380a1f911d9e5ff2e3a.tar.gz
calcurse-8c60b0fdd92fca5783b84380a1f911d9e5ff2e3a.zip
autogen.sh: Add missing autopoint(1) command
autopoint(1) is needed to create the gettext infrastructure. This was forgotten in 7e7987575a4d5228137dba649813307c381c5034. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 85a987f..2d68a81 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,6 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
+autopoint --force
aclocal -I m4
autoheader
automake --foreign --copy --add-missing