1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

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

View File

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