Skip to content

Commit

Permalink
autotools small changes that doesn't make major effects
Browse files Browse the repository at this point in the history
  • Loading branch information
William Grzybowski committed Apr 15, 2009
1 parent b3fb2ef commit 6cffd09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -2,7 +2,7 @@

echo "Generating configure files... may take a while."

autoreconf --install --force && \
autoreconf --install -v && \
echo "Preparing was successful if there was no error messages above." && \
echo "Now type:" && \
echo " ./configure && make" && \
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,6 +1,6 @@
dnl Configure template for pam_pgsql

AC_PREREQ([2.63])
AC_PREREQ([2.62])
AC_INIT([pam-pgsql], 0.7,[http://sourceforge.net/tracker/?func=add&group_id=62198&atid=499727], pam-pgsql)

AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -11,8 +11,8 @@ AM_MAINTAINER_MODE

AM_INIT_AUTOMAKE(pam_pgsql, 0.7)

AC_USE_SYSTEM_EXTENSIONS
#check programs
AC_DISABLE_STATIC
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
Expand Down
5 changes: 2 additions & 3 deletions src/Makefile.am
@@ -1,6 +1,5 @@
AM_CFLAGS = -Wall -pedantic

#bin_PROGRAMS = pam_pgsql.so
#AM_CFLAGS = -Wall -pedantic
AM_CFLAGS = -Wall

lib_LTLIBRARIES = pam_pgsql.la
#pam_pgsql_so_LIBRARIES = @PGSQL_LIB@ @DEBUG_LIB@ @MHASH_LIB@
Expand Down

0 comments on commit 6cffd09

Please sign in to comment.