Skip to content

Commit

Permalink
Adding new files, removing generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwin committed Jun 16, 2006
1 parent a0ee5f8 commit 4040354
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 7,814 deletions.
Empty file added ChangeLog
Empty file.
3 changes: 3 additions & 0 deletions Makefile.am
@@ -0,0 +1,3 @@
AUTOMAKE_OPTIONS=1.6 dist-bzip2 dist-zip
SUBDIRS=src
EXTRA_DIST=ChmLib-ce.zip ChmLib-ds6.zip contrib
14 changes: 14 additions & 0 deletions acinclude.m4
@@ -0,0 +1,14 @@
dnl PR_CHECK_CC_OPT
dnl ---------------------
dnl Check whether the C compiler accepts the given option
AC_DEFUN([PR_CHECK_CC_OPT]
[AC_MSG_CHECKING([whether ${CC-cc} accepts -[$1]])
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -c -$1 conftest.c 2>&1`"; then
AC_MSG_RESULT(yes)
CFLAGS="$CFLAGS -$1"
else
AC_MSG_RESULT(no)
fi
rm -f conftest*
])

0 comments on commit 4040354

Please sign in to comment.