summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2003-01-13 19:04:55 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-01-13 19:04:55 +0000
commit1186f96df1eddba7e430b7e2ecd9d171a06bfec9 (patch)
treed6020c363016c3c8add54ad67854c330a081eac4
parentd8019fcd745bbdb383bbaef45dd56dbc64dd1c99 (diff)
downloadsigc++-1186f96df1eddba7e430b7e2ecd9d171a06bfec9.tar.gz
No more use of the scripts directory.
-rw-r--r--Makefile.am4
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac4
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index ee8457e..7af6b35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@
# it includes all the autostuff automatically, you just name the
# other stuff here
EXTRA_DIST = autogen.sh sigc_filter
-ACLOCAL_FLAGS = -I scripts
+# ACLOCAL_FLAGS = -I scripts
-SUBDIRS = sigc++ scripts tests
+SUBDIRS = sigc++ tests
diff --git a/autogen.sh b/autogen.sh
index 665bff0..7399844 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ echo "Adding libtools."
libtoolize --automake --copy
echo "Building macros."
-aclocal -I scripts $ACLOCAL_FLAGS
+aclocal $ACLOCAL_FLAGS
#echo "Building config header."
#autoheader
diff --git a/configure.ac b/configure.ac
index 7c35337..11bf0c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,8 @@ PACKAGE=libsigc++
dnl I don't like to look at the automake cruft.
-AC_CONFIG_AUX_DIR(scripts)
+#This just complicates things. murrayc
+#AC_CONFIG_AUX_DIR(scripts)
dnl C++ libraries should generally be static if the interface is subject
dnl to a lot of change.
@@ -99,7 +100,6 @@ fi
# Generate output
AC_OUTPUT([Makefile
- scripts/Makefile
tests/Makefile
sigc++/Makefile
sigc++/functors/Makefile