aboutsummaryrefslogtreecommitdiffstats
path: root/libical/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libical/autogen.sh')
-rwxr-xr-xlibical/autogen.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/libical/autogen.sh b/libical/autogen.sh
index e15e4e33a8..ef41bbe86e 100755
--- a/libical/autogen.sh
+++ b/libical/autogen.sh
@@ -46,25 +46,6 @@ case $CC in
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
esac
-if test -z "$ACLOCAL_FLAGS"; then
-
- acdir=`aclocal --print-ac-dir`
- m4list="glib.m4"
-
- for file in $m4list
- do
- if [ ! -f "$acdir/$file" ]; then
- echo "WARNING: aclocal's directory is $acdir, but..."
- echo " no file $acdir/$file"
- echo " You may see fatal macro warnings below."
- echo " If these files are installed in /some/dir, set the ACLOCAL_FLAGS "
- echo " environment variable to \"-I /some/dir\", or install"
- echo " $acdir/$file."
- echo ""
- fi
- done
-fi
-
aclocal $ACLOCAL_FLAGS
# optionally feature autoheader