Show configure.in syntax highlighted
AC_INIT(src/GULUS_Calendrier.c)
AM_INIT_AUTOMAKE(GULUS_Calendrier,0.2.0)
AM_CONFIG_HEADER(config.h)
PROGS="GULUS_Calendrier"
AC_SUBST(PROGS)
AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
AC_PROG_CC
AC_ISC_POSIX
AC_PROG_CPP
AC_GCC_TRADITIONAL
AC_PROG_INSTALL
dnl installation path
inst_dir=$datadir/Gulus_Calendrier/Pixmaps
inst_flag="-DSRC_DIR=\\\"$inst_dir/\\\""
prj_dir=$datadir
prj_flag="-DPRJ_DIR=\\\"$prj_dir/\\\""
AC_SUBST(inst_flag)
AC_SUBST(prj_flag)
AC_SUBST(inst_dir)
AC_SUBST(prj_dir)
AC_OUTPUT([
Makefile
src/Makefile
pixmaps/Makefile
])
See more files for this project here