Skip to content

Commit

Permalink
Merge branch 'ICPS-polylib' into p4a-polylib
Browse files Browse the repository at this point in the history
* ICPS-polylib:
  - Removed ([gnu]) from AM_INIT_AUTOMAKE in configure.in (caused problems on some platforms)
  • Loading branch information
keryell committed Apr 13, 2010
2 parents 117b18a + 52d9e6d commit fe93efa
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Empty file added packages/polylib/AUTHORS
Empty file.
Empty file added packages/polylib/ChangeLog
Empty file.
2 changes: 1 addition & 1 deletion packages/polylib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dist-hook: document
rm -rf `find $(distdir)/doc -name CVS`

clean-local:
rm -rf doc

distclean-local:
rm -f polylib*.pc polylib*-uninstalled.pc polylib*-uninstalled.sh polylib*.pc.in

Expand Down
Empty file added packages/polylib/NEWS
Empty file.
Empty file added packages/polylib/README
Empty file.
2 changes: 1 addition & 1 deletion packages/polylib/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dnl Makefile in this directory.
dnl Process this file with autoconf to produce a configure script.

AC_INIT(polylib, 5.22.5)
AM_INIT_AUTOMAKE([gnu])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(include/polylib/polylib.h.in)
AC_CONFIG_MACRO_DIR([m4])

Expand Down

0 comments on commit fe93efa

Please sign in to comment.