Re: Changing configure.ac script

2008-09-07 Thread Nikolay Sivov
Vitaliy Margolen wrote: > Nikolay Sivov wrote: > >> Vitaliy Margolen wrote: >> >>> Nikolay Sivov wrote: >>> >>> Is there any way not to include a regenerated 'configure' script into a patch but be able to 'git fetch' it when it's changed remotely in repo? A

Re: Changing configure.ac script

2008-09-07 Thread Vitaliy Margolen
Nikolay Sivov wrote: > Vitaliy Margolen wrote: >> Nikolay Sivov wrote: >> >>> Is there any way not to include a regenerated 'configure' script into >>> a patch but be able to 'git fetch' it when it's changed remotely in >>> repo? >>> >>> As I see there is no need to patch a 'configure' file in re

Re: Changing configure.ac script

2008-09-07 Thread Nikolay Sivov
Vitaliy Margolen wrote: > Nikolay Sivov wrote: > >> Is there any way not to include a regenerated 'configure' script into a >> patch but be able to 'git fetch' it when it's changed remotely in repo? >> >> As I see there is no need to patch a 'configure' file in repository >> since it's always

Re: Changing configure.ac script

2008-09-07 Thread Vitaliy Margolen
Nikolay Sivov wrote: > Is there any way not to include a regenerated 'configure' script into a > patch but be able to 'git fetch' it when it's changed remotely in repo? > > As I see there is no need to patch a 'configure' file in repository > since it's always regenerated when 'configure.ac' cha

Changing configure.ac script

2008-09-07 Thread Nikolay Sivov
Is there any way not to include a regenerated 'configure' script into a patch but be able to 'git fetch' it when it's changed remotely in repo? As I see there is no need to patch a 'configure' file in repository since it's always regenerated when 'configure.ac' changed. Thanks in advance.