]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make the script executable.
authorBruno Haible <bruno@clisp.org>
Tue, 30 Aug 2005 20:36:10 +0000 (20:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:49 +0000 (12:12 +0200)
ChangeLog
autogen.sh

index f324c222555d4ab0c94332dfd3df20deccb77c41..1339e3ac5320bf98bf3a318ddddfec4572b1d691 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 74f680a2aa90930c641b614a9452b5413d81574c..a664c46bdbeb7041b0a13136207e1191a3493a58 100755 (executable)
@@ -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