1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Remove autotools generated files from version control.

This commit is contained in:
Bruno Haible
2012-07-01 15:54:08 +02:00
parent b22158f593
commit 008922a2e9
15 changed files with 64 additions and 19572 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@
.#* .#*
\#*# \#*#
# Files generated by the autotools:
/configure

View File

@@ -1,3 +1,21 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
Remove autotools generated files from version control.
* autogen.sh: New file.
* configure: Remove file.
* lib/configure: Remove file.
* src/configure: Remove file.
* tests/configure: Remove file.
* doc/configure: Remove file.
* src/config.h.in: Remove file.
* src/config.h.msvc: Remove file.
* src/config.h_vms: Remove file.
* .gitignore: Ignore configure.
* lib/.gitignore: New file.
* src/.gitignore: New file.
* tests/.gitignore: New file.
* doc/.gitignore: Ignore configure.
2012-07-01 Bruno Haible <bruno@clisp.org> 2012-07-01 Bruno Haible <bruno@clisp.org>
Turn doc/gperf.1 into a distributed built file. Turn doc/gperf.1 into a distributed built file.

28
autogen.sh Executable file
View File

@@ -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 <http://www.gnu.org/licenses/>.
# 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

3026
configure vendored

File diff suppressed because it is too large Load Diff

3
doc/.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Files generated by the autotools:
/configure
# Files generated by "make", using makeinfo, texi2html, perl # Files generated by "make", using makeinfo, texi2html, perl
# and therefore distributed (i.e. kept by "make distclean"). # and therefore distributed (i.e. kept by "make distclean").
# Same as DISTRIBUTED_BUILT_FILES in Makefile.in. # Same as DISTRIBUTED_BUILT_FILES in Makefile.in.

2921
doc/configure vendored

File diff suppressed because it is too large Load Diff

3
lib/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Files generated by the autotools:
/configure

4515
lib/configure vendored

File diff suppressed because it is too large Load Diff

6
src/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Files generated by the autotools:
/configure
/config.h.in
/config.h.msvc
/config.h_vms

View File

@@ -1,23 +0,0 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if the C++ compiler supports stack-allocated variable-size arrays.
*/
#undef HAVE_DYNAMIC_ARRAY
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION

View File

@@ -1,23 +0,0 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if the C++ compiler supports stack-allocated variable-size arrays.
*/
#undef HAVE_DYNAMIC_ARRAY
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION

View File

@@ -1,23 +0,0 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if the C++ compiler supports stack-allocated variable-size arrays.
*/
#undef HAVE_DYNAMIC_ARRAY
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION

4679
src/configure vendored

File diff suppressed because it is too large Load Diff

3
tests/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Files generated by the autotools:
/configure

4362
tests/configure vendored

File diff suppressed because it is too large Load Diff