diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-12 22:38:17 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-12 22:38:17 -0500 |
commit | 5c69b3fe53c9f05e90cde77ea094af3ef89b45fc (patch) | |
tree | c21c173d3250f9dc5369491a8f84620bb71580de | |
parent | 1d298acf9d01e0812e0efb9709439e5c0b8b509c (diff) | |
download | gunmake-5c69b3fe53c9f05e90cde77ea094af3ef89b45fc.tar.gz |
Change configure.in to configure.ac, and other Git fixes.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.git (renamed from README.cvs) | 0 | ||||
-rw-r--r-- | config/Makefile.am | 32 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 1 |
4 files changed, 2 insertions, 32 deletions
@@ -36,6 +36,7 @@ README.DOS README.OS2 README.W32 SMakefile +build.sh build.sh.in config.ami config.h-vms diff --git a/config/Makefile.am b/config/Makefile.am index 4ef90d9..003a156 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 <http://www.gnu.org/licenses/>. -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 index 7c06757..beaad13 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]) |