swh / ladspa

The SWH Plugins package for the LADSPA plugin system
http://plugin.org.uk/
GNU General Public License v2.0
228 stars 52 forks source link

Remove troublesome (generated) file ABOUT-NLS #54

Closed hartwork closed 6 years ago

hartwork commented 6 years ago

On how it is trouble:

# cd "$(mktemp -d)"                                                             

# git clone --depth 1 https://github.com/swh/ladspa.git

# cd ladspa/

# ./autogen.sh 
autopoint: File ABOUT-NLS has been locally modified.
autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you find the local modifications in the file '/tmp/arCKv39G/gtCmGSh8/autopoint.diff'.
autopoint: *** Stop.
autoreconf-2.69: autopoint failed with exit status: 1

# git rm ABOUT-NLS 
rm 'ABOUT-NLS'

# NOCONFIGURE=yesplease ./autogen.sh 
Copying file ABOUT-NLS
Copying file config.rpath
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
autoheader-2.69: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader-2.69: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader-2.69: WARNING: is deprecated and discouraged.
autoheader-2.69: 
autoheader-2.69: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-2.69: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader-2.69: WARNING: `acconfig.h':
autoheader-2.69: 
autoheader-2.69: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-2.69:                [Define if a function `main' is needed.])
autoheader-2.69: 
autoheader-2.69: WARNING: More sophisticated templates can also be produced, see the
autoheader-2.69: WARNING: documentation.
configure.ac:3: installing './config.guess'
configure.ac:3: installing './config.sub'
configure.ac:6: installing './missing'
Makefile.am:94: warning: '%'-style pattern rules are a GNU make extension
metadata/Makefile.am:6: warning: sort $^: non-POSIX variable name
metadata/Makefile.am:6: (probably a GNU make extension)