summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-08-30 20:36:10 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:49 +0200
commit6c670845ae0189b9f983d0fb2b7bfde0c24dba8a (patch)
tree7b2577d0472274f35910b77325bfbd4306312f06
parent59c345837ab93dfacc3d112ef8db98dbbd3f96ee (diff)
downloadexternal_gettext-6c670845ae0189b9f983d0fb2b7bfde0c24dba8a.zip
external_gettext-6c670845ae0189b9f983d0fb2b7bfde0c24dba8a.tar.gz
external_gettext-6c670845ae0189b9f983d0fb2b7bfde0c24dba8a.tar.bz2
Make the script executable.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f324c22..1339e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-08-28 Bruno Haible <bruno@clisp.org>
+ * autogen.sh: Make the script executable.
+
+2008-08-28 Bruno Haible <bruno@clisp.org>
+
* autogen.sh: Remove code for gettext-runtime/glocale.
2005-07-31 Bruno Haible <bruno@clisp.org>
diff --git a/autogen.sh b/autogen.sh
index 74f680a..a664c46 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,10 @@
+#!/bin/sh
# Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in,
# configure files with new versions of autoconf or automake.
#
# This script requires autoconf-2.58..2.59 and automake-1.8.2..1.9 in the PATH.
-# Copyright (C) 2003-2004 Free Software Foundation, Inc.
+# Copyright (C) 2003-2005 Free Software Foundation, Inc.
#
# 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