Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

Commit f3730a9

Browse files
committed
release 0.3
Signed-off-by: Anand Avati <avati@redhat.com>
1 parent 6f38c80 commit f3730a9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

configure.ac

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

2-
AC_INIT([libgfapi-java-io],[0.1],[gluster-devel@nongu.org])
2+
AC_INIT([libgfapi-java-io],[0.3],[gluster-devel@nongu.org])
33

44
AM_INIT_AUTOMAKE
55

6-
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
6+
#m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
77

8-
if make --help 2>&1 | grep -q no-print-directory; then
9-
AM_MAKEFLAGS="$AM_MAKEFLAGS --no-print-directory";
10-
fi
8+
#if make --help 2>&1 | grep -q no-print-directory; then
9+
# AM_MAKEFLAGS="$AM_MAKEFLAGS --no-print-directory";
10+
#fi
1111

12-
if make --help 2>&1 | grep -q quiet; then
13-
AM_MAKEFLAGS="$AM_MAKEFLAGS --quiet"
14-
fi
12+
#if make --help 2>&1 | grep -q quiet; then
13+
# AM_MAKEFLAGS="$AM_MAKEFLAGS --quiet"
14+
#fi
1515

16-
if libtool --help 2>&1 | grep -q quiet; then
17-
AM_LIBTOOLFLAGS="--quiet";
18-
fi
16+
#if libtool --help 2>&1 | grep -q quiet; then
17+
# AM_LIBTOOLFLAGS="--quiet";
18+
#fi
1919

2020
AC_CONFIG_FILES([Makefile
2121
src/Makefile

0 commit comments

Comments
 (0)