summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-10-24 22:17:05 +0000
committernobody <nobody@localhost>2001-10-24 22:17:05 +0000
commit5351a7ebf8c966a5ecbfb6721520d41b7d875e47 (patch)
tree75a31cb1cb19b4266322f9427b0641c1b53aca24 /bin/Makefile.am
parent2791868fb8f39c4e0aea730f691671c68dec4a84 (diff)
downloadshared-mime-info-gnome-debug-new-dbg.tar.gz
This commit was manufactured by cvs2svn to create branchgnome-debug-new-dbg
'gnome-debug-new-dbg'. svn path=/branches/gnome-debug-new-dbg/; revision=2130
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
deleted file mode 100644
index 36bff37e..00000000
--- a/bin/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-bin_SCRIPTS = gnome-autogen.sh
-
-## We create gnome-autogen.sh here and not from configure because we want
-## to get the paths expanded correctly. Macros like srcdir are given
-## the value NONE in configure if the user doesn't specify them (this
-## is an autoconf feature, not a bug).
-gnome-autogen.sh: gnome-autogen.sh.in Makefile
-## Use sed and then mv to avoid problems if the user interrupts.
- sed -e 's#\@datadir\@#$(datadir)#g' \
- < $(srcdir)/gnome-autogen.sh.in > gnome-autogen.tmp \
- && mv gnome-autogen.tmp gnome-autogen.sh
-
-EXTRA_DIST = gnome-autogen.sh.in
-
-