From 008922a2e967b2def5c27e1e0575a1951202ee10 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Jul 2012 15:54:08 +0200 Subject: Remove autotools generated files from version control. --- autogen.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..9182dae --- /dev/null +++ b/autogen.sh @@ -0,0 +1,28 @@ +#!/bin/sh +# Convenience script for regenerating all autogeneratable files that are +# omitted from the version control repository. In particular, this script +# also regenerates all config.h.in, configure files with new versions of +# autoconf. +# +# This script requires autoconf-2.60..2.69 in the PATH. + +# Copyright (C) 2003-2012 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 +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Usage: ./autogen.sh + +rm -f configure lib/configure src/configure tests/configure doc/configure +rm -f src/config.h.in src/config.h.msvc src/config.h_vms +make -f Makefile.devel -- cgit v1.2.1