autofoo cleanup, put version detection in configure.ac
- Autogenerated files do not belong to the repository, remove those files. - The version is also determined when generating the configure file, so remove the version.sh file as well. - Remove ACLOCAL_AMFLAGS and the related entry in configure.ac to get rid of configuration errors. - Do not create NEWS or INSTALL by using a lower strictness. - Ignore autogenerated autojunk.
This commit is contained in:
parent
c885aec389
commit
fcf29984c0
4 changed files with 13 additions and 14 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -13,7 +13,11 @@ autom4te.cache
|
|||
src/Mist*
|
||||
src/analysers/Mist*
|
||||
src/converters/Mist*
|
||||
configure
|
||||
config.log
|
||||
config.status
|
||||
|
||||
/configure
|
||||
/config.*
|
||||
/aclocal.m4
|
||||
/install-sh
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/depcomp
|
||||
.libs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue