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:
parent
a20684d374
commit
5a78ac6dd9
@ -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
|
||||
**~
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
@set VERSION 1.10
|
@ -1 +0,0 @@
|
||||
timestamp
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user