From: Bruno Haible Date: Tue, 30 Aug 2005 20:36:10 +0000 (+0000) Subject: Make the script executable. X-Git-Tag: v0.15~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c670845ae0189b9f983d0fb2b7bfde0c24dba8a;p=thirdparty%2Fgettext.git Make the script executable. --- diff --git a/ChangeLog b/ChangeLog index f324c2225..1339e3ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Bruno Haible + + * autogen.sh: Make the script executable. + 2008-08-28 Bruno Haible * autogen.sh: Remove code for gettext-runtime/glocale. diff --git a/autogen.sh b/autogen.sh index 74f680a2a..a664c46bd 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