]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Change configure.in to configure.ac, and other Git fixes.
authorPaul Smith <psmith@gnu.org>
Sun, 13 Jan 2013 03:38:17 +0000 (22:38 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 13 Jan 2013 03:38:17 +0000 (22:38 -0500)
.gitignore
README.git [moved from README.cvs with 100% similarity]
config/Makefile.am
configure.ac [moved from configure.in with 99% similarity]

index 795ce4a5ee1f553847201d46cca4c0f071793eef..5d0af62a394453502fcb39650401f74dd4cdc989 100644 (file)
@@ -36,6 +36,7 @@ README.DOS
 README.OS2
 README.W32
 SMakefile
+build.sh
 build.sh.in
 config.ami
 config.h-vms
similarity index 100%
rename from README.cvs
rename to README.git
index 4ef90d9f51f12a6e58745ae9ae36713f9217dcab..003a156cd464d176b8ff328dc45ed81440a3d2c7 100644 (file)
 # 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.
similarity index 99%
rename from configure.in
rename to configure.ac
index 7c06757a233a46b1b27515a85c55b9ff4e0bdea3..beaad13066a0baf0d488653dfe2882974aee4e20 100644 (file)
@@ -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])