Change configure.in to configure.ac, and other Git fixes.

This commit is contained in:
Paul Smith 2013-01-12 22:38:17 -05:00
parent 1d298acf9d
commit 5c69b3fe53
4 changed files with 2 additions and 32 deletions

1
.gitignore vendored
View file

@ -36,6 +36,7 @@ README.DOS
README.OS2 README.OS2
README.W32 README.W32
SMakefile SMakefile
build.sh
build.sh.in build.sh.in
config.ami config.ami
config.h-vms config.h-vms

View file

@ -15,34 +15,4 @@
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>. # this program. If not, see <http://www.gnu.org/licenses/>.
EXTRA_DIST = \ # Autoconf / automake know how to handle this directory.
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

View file

@ -19,7 +19,6 @@
AC_INIT([GNU make],[3.82.90],[bug-make@gnu.org]) AC_INIT([GNU make],[3.82.90],[bug-make@gnu.org])
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_REVISION([$Id$])
# Autoconf setup # Autoconf setup
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])