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
|
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
|
||||||
**~
|
**~
|
||||||
|
@ -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
|
||||||
|
@ -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