Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

configure.ac
Saturday, March 29th, 2008 at 11:23:06am MDT 

  1. AC_PREREQ(2.61)
  2.  
  3. AC_INIT([simpleapp], [1.0.0], [you@that.place])
  4.  
  5. AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
  6. AM_MAINTAINER_MODE
  7. AM_CONFIG_HEADER(config.h)
  8.  
  9. AC_ISC_POSIX
  10. AC_PROG_CXX
  11. AM_PROG_CC_STDC
  12. AC_HEADER_STDC
  13.  
  14. PKG_CHECK_MODULES(SIMPLEAPP,
  15.     [gtkmm-2.4 >= 2.8 libglademm-2.4 >= 2.6    ])
  16.  
  17. AC_SUBST(SIMPLEAPP_CFLAGS)
  18. AC_SUBST(SIMPLEAPP_LIBS)
  19.  
  20. AC_OUTPUT([
  21. Makefile
  22. src/Makefile
  23. ])

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right