1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

Use default autoconf extension, add some ignore files.

(This used to be commit a6fab66358)
This commit is contained in:
Jelmer Vernooij 2007-03-28 00:15:16 +00:00 committed by Gerald W. Carter
parent 987e11cdc9
commit e5b6a02271
3 changed files with 16 additions and 1 deletions

15
docs/.bzrignore Normal file
View File

@ -0,0 +1,15 @@
Makefile.settings
Samba3-Developers-Guide-attributions.xml
Samba3-HOWTO-attributions.xml
Samba3-HOWTO.d
Samba4-HOWTO.d
Samba4-HOWTO-attributions.xml
autom4te.cache
config.log
config.status
configure
test.d
tmp
smbdotconf/parameters.all.xml
smbdotconf/parameters.global.xml
smbdotconf/parameters.service.xml

View File

@ -26,7 +26,7 @@ Makefile.settings: configure
@echo Makefile.settings not present, trying to run configure...
./configure
configure: configure.in
configure: configure.ac
@echo configure not present, trying to regenerate it...
autoreconf
endif