Ticket #22002: automake.diff

File automake.diff, 436 bytes (added by mklein-de (Michael Klein), 15 years ago)
  • new file configure.ac

    - +  
     1AC_INIT([poster], [20060221])
     2AM_INIT_AUTOMAKE
     3AC_PROG_CC
     4AC_CONFIG_FILES([Makefile])
     5AC_OUTPUT
  • new file Makefile.am

    - +  
     1bin_PROGRAMS = poster
     2poster_SOURCES = poster.c
     3man_MANS = poster.1
     4EXTRA_DIST = $(man_MANS)