annotate packages/package_configure.in @ 12720:52ca082757c2 octave-forge tip

Update copyright notices.
author i7tiol
date Sat, 27 Feb 2016 11:21:29 +0000
parents 7a2096f330ea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3641
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
1 #! /bin/sh -f
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
2
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
3 if [ -e src/configure ]; then
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
4 cd src
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
5 ./configure $*
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
6 fi
7a2096f330ea Include Makefile/configure in packages to allow 'configure; make all; make install' work
adb014
parents:
diff changeset
7