[release] post release version bump
[jhbuild/xnox.git] / tests / autotools / configure.in
blob3c1b9c28e230605b66d66a222edbac7e618e9ac9
2 AC_INIT([hello], [1.0])
3 AM_INIT_AUTOMAKE([1.9 foreign])
5 AC_PROG_CC
6 AC_CONFIG_FILES([Makefile])
7 AC_OUTPUT