[Parted-commits] [SCM] GNU Parted Library - Language Bindings branch, master, updated. LIBPARTED_0_1-16-g33f953d

Debarshi Ray (none) debray at libra.
Tue Nov 6 06:52:37 UTC 2007


The branch, master has been updated
       via  33f953d810535eb0209d5467ea37d0a3a938fa11 (commit)
      from  e96b96e31276a14daedbe290bde7fb95eba5fc64 (commit)


- Shortlog ------------------------------------------------------------
33f953d Freshening up configure.ac.

Summary of changes:
 configure.ac |   35 ++++++-----------------------------
 1 files changed, 6 insertions(+), 29 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 33f953d810535eb0209d5467ea37d0a3a938fa11
Author: Debarshi Ray <rishi at gnu.org>
Date:   Tue Nov 6 11:54:27 2007 +0530

    Freshening up configure.ac.

diff --git a/configure.ac b/configure.ac
index bb979d6..557039d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
-dnl a source file from your sub dir
-AC_INIT(aclocal.m4)
+AC_PREREQ(2.59)
+AC_INIT([GNU parted language bindings], [1.0], [bug-parted at gnu.org], [parted-bindings])
+
+AC_CONFIG_SRCDIR(cpp/include/partedpp/partedpp.h)
 
 LIBPARTEDPP_MAJOR_VERSION=0
 LIBPARTEDPP_MINOR_VERSION=1
@@ -31,27 +33,11 @@ AC_CANONICAL_SYSTEM
 dnl Perform program name transformation
 AC_ARG_PROGRAM
 
-dnl Automake doc recommends to do this only here.
-AM_INIT_AUTOMAKE(libpartedpp,$VERSION)
-
-dnl make /usr the default for the installation
-AC_PREFIX_DEFAULT(/usr)
-
-if test "x$prefix" = "xNONE"; then
-  prefix=$ac_default_prefix
-  ac_configure_args="$ac_configure_args --prefix $prefix"
-fi
-
-dnl Specify a configuration file (no autoheader)
-AM_MAINTAINER_MODE
+AM_INIT_AUTOMAKE([1.9 dist-bzip2])
 
 dnl without this order in this file, automake will be confused!
 dnl AM_CONFIG_HEADER(config.h)
 
-dnl C compiler checks
-AC_PROG_CC
-AC_PROG_CPP
-
 dnl libtool check
 AM_PROG_LIBTOOL
 
@@ -78,13 +64,6 @@ AM_CONDITIONAL([ENABLE_CPP], [test "$enable_cpp" = yes])
 dnl unsetting LIBS
 unset LIBS
 
-dnl create only shared libtool-libraries
-AC_ENABLE_SHARED(yes)
-
-dnl set the following to yes, if you want to create static
-dnl libtool-libraries, too.
-AC_ENABLE_STATIC(yes)
-
 all_libraries="$all_libraries $USER_LDFLAGS"
 all_includes="$all_includes $USER_INCLUDES"
 AC_SUBST(all_includes)
@@ -92,6 +71,4 @@ AC_SUBST(all_libraries)
 
 AC_SUBST(AUTODIRS)
 
-AC_OUTPUT( \
-./Makefile \
-)
+AC_OUTPUT(Makefile)

-- 
GNU Parted Library - Language Bindings



More information about the Parted-commits mailing list