config.status: error: cannot find input file: ` .in'

2018-07-01 Thread Sascha Manns
in the config.ac. Maybe i missed anything? Greetings Sascha [1] https://github.com/saigkill/ignore-me [2] https://github.com/saigkill/ignore-me/blob/develop/configure.ac Sincerly yours Sascha Manns Maifeldstraße 10 56727 Mayen Phone: +49-2651-4014045 Mobile: +49-172-3142738 Web: https://saigkills

unexpected token `build_old_libs,'

2017-02-24 Thread Sascha Manns
Hello list, i'm using that configure.ac: https://github.com/saigkill/PublicanCreato rs/blob/master/configure.ac The autogen.sh works to the end, but configure currently breaks with: checking for library containing strerror... none required ./configure: line 6296: syntax error near unexpected

Re: Configure breaks by build

2017-02-20 Thread Sascha Manns
Hi Zack, Am Montag, den 20.02.2017, 10:37 -0500 schrieb Zack Weinberg: > On Sun, Feb 19, 2017 at 3:48 PM, Sascha Manns <Sascha.Manns@mailbox.o > rg> wrote: > > GDK30_MINIMUM_VERSION=2.99.0 > > GTK30_MINIMUM_VERSION=2.99.0 > > ATK_MINIMUM_VERSION=2.99.0 >

Configure breaks by build

2017-02-20 Thread Sascha Manns
Hello list, i'm preparing some autotools files for my new project. I have in my configure.ac: GDK30_MINIMUM_VERSION=2.99.0 GTK30_MINIMUM_VERSION=2.99.0 ATK_MINIMUM_VERSION=2.99.0 PKG_CHECK_MODULES(gdk-3.0 >= $GDK30_MINIMUM_VERSION   gtk+-3.0 >= $GTK30_MINIMUM_VERSION