From 5c69b3fe53c9f05e90cde77ea094af3ef89b45fc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 22:38:17 -0500 Subject: [PATCH] Change configure.in to configure.ac, and other Git fixes. --- .gitignore | 1 + README.cvs => README.git | 0 config/Makefile.am | 32 +------------------------------- configure.in => configure.ac | 1 - 4 files changed, 2 insertions(+), 32 deletions(-) rename README.cvs => README.git (100%) rename configure.in => configure.ac (99%) diff --git a/.gitignore b/.gitignore index 795ce4a5..5d0af62a 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ README.DOS README.OS2 README.W32 SMakefile +build.sh build.sh.in config.ami config.h-vms diff --git a/README.cvs b/README.git similarity index 100% rename from README.cvs rename to README.git diff --git a/config/Makefile.am b/config/Makefile.am index 4ef90d9f..003a156c 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -15,34 +15,4 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -EXTRA_DIST = \ - codeset.m4 \ - dospaths.m4 \ - gettext.m4 \ - glibc21.m4 \ - iconv.m4 \ - intdiv0.m4 \ - intmax.m4 \ - inttypes-pri.m4 \ - inttypes.m4 \ - inttypes_h.m4 \ - isc-posix.m4 \ - isc-posix.m4 \ - lcmessage.m4 \ - lib-ld.m4 \ - lib-link.m4 \ - lib-prefix.m4 \ - longdouble.m4 \ - longlong.m4 \ - nls.m4 \ - po.m4 \ - printf-posix.m4 \ - progtest.m4 \ - signed.m4 \ - size_max.m4 \ - stdint_h.m4 \ - uintmax_t.m4 \ - ulonglong.m4 \ - wchar_t.m4 \ - wint_t.m4 \ - xsize.m4 +# Autoconf / automake know how to handle this directory. diff --git a/configure.in b/configure.ac similarity index 99% rename from configure.in rename to configure.ac index 7c06757a..beaad130 100644 --- a/configure.in +++ b/configure.ac @@ -19,7 +19,6 @@ AC_INIT([GNU make],[3.82.90],[bug-make@gnu.org]) AC_PREREQ([2.59]) -AC_REVISION([$Id$]) # Autoconf setup AC_CONFIG_AUX_DIR([config])