Added/moved some files automake needs; adjusted .hgignore.

This commit is contained in:
Micah Cowan 2007-10-05 18:16:22 -07:00
parent a20684d374
commit 5a78ac6dd9
5 changed files with 776 additions and 378 deletions

View File

@ -3,12 +3,17 @@
syntax:glob
.svn
**.orig
aclocal.m4
compile
configure
config.log
**Makefile
**Makefile.in
config.status
depcomp
autom4te.cache
stamp-h
mdate-sh
missing
tests/WgetTest.pm
tests/unit-tests
tests/*.o
@ -36,7 +41,6 @@ doc/wget.tp
doc/wget.vr
doc/wget_a4.ps
doc/wget_us.ps
po/Makefile.in
po/POTFILES
po/*.gmo
**~

View File

@ -465,6 +465,5 @@ AC_CONFIG_HEADERS([src/config.h])
AH_BOTTOM([
#include "config-post.h"
])
AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
AC_OUTPUT

View File

@ -1 +0,0 @@
@set VERSION 1.10

View File

@ -1 +0,0 @@
timestamp

File diff suppressed because it is too large Load Diff